Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update name in overview #2

Closed
wants to merge 27 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
a1904fd
Update docusaurus configuration
nikosev Mar 23, 2022
f71deee
Update welcome page
nikosev Mar 23, 2022
f8013e0
Fix spelling mistake in docusaurus config
nikosev Mar 23, 2022
316d5ca
Fix logo in navigation bar
nikosev Mar 23, 2022
84f4a13
Disable empty pages
nikosev Mar 23, 2022
996ed53
Add roadmap
nikosev Mar 23, 2022
233023e
Remove empty pages
nikosev Mar 23, 2022
fbd1401
Add config file for prettier formatter
nikosev Nov 7, 2022
9287a49
Add config file for markdownlint linter
nikosev Nov 7, 2022
7ba0180
Customize SP guide for OpenAIRE Login
nikosev Nov 7, 2022
c862afe
Update config file for the markdown-link-check linter
nikosev Nov 7, 2022
68d8899
Improve introduction and workflow
NicolasLiampotis Nov 22, 2022
dcaf298
Rename `OpenAIRE Login` to `OpenAIRA AAI`
nikosev Nov 22, 2022
2063e6a
Merge pull request #1 from openaire/update-sp_guide
NicolasLiampotis Nov 24, 2022
1ba36e0
Clean up
NicolasLiampotis Dec 18, 2022
66af1e3
Merge pull request #2 from NicolasLiampotis/clean-up
NicolasLiampotis Dec 18, 2022
6f091c4
Add Changelog
NicolasLiampotis Dec 19, 2022
b2fec5a
Merge pull request #3 from NicolasLiampotis/changelog
NicolasLiampotis Dec 19, 2022
365f085
Add OIDC client migration guide for Keycloak
NicolasLiampotis Jan 31, 2023
b2822c3
Merge pull request #4 from NicolasLiampotis/migrate-to-keycloak
NicolasLiampotis Feb 3, 2023
813f765
Update Changelog 2023-02-08
NicolasLiampotis Feb 8, 2023
7f9b28a
Merge pull request #5 from NicolasLiampotis/changelog-2023
NicolasLiampotis Feb 8, 2023
2d600e0
Update OIDC client migration guide for Keycloak
NicolasLiampotis Mar 28, 2023
955ad4b
Merge pull request #6 from NicolasLiampotis/migrate-to-keycloak-produ…
NicolasLiampotis Mar 28, 2023
989fd19
Add documentation for OIDC logout endpoint
NicolasLiampotis Apr 3, 2023
55f2c7a
Merge pull request #7 from NicolasLiampotis/keycloak-logout
NicolasLiampotis Apr 3, 2023
51d333e
Update service name
NicolasLiampotis May 23, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/linters/.markdown-link-check.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"pattern": "^http://localhost"
},
{
"pattern": "^https://rciam-demo.example.org"
"pattern": "^https://beta.aai.openaire.eu/oidc"
},
{
"pattern": "^https://rciam.example.org"
"pattern": "^https://aai.openaire.eu/oidc"
}
]
}
6 changes: 6 additions & 0 deletions .github/linters/.markdown-lint.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"MD013": {
"line_length": 80,
"code_blocks": false,
"tables": false
},
"MD014": false,
"MD024": false,
"MD026": {
"punctuation": ".,:;!"
Expand Down
5 changes: 5 additions & 0 deletions .prettierrc.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Configuration for prettier
# https://prettier.io/docs/en/configuration.html
proseWrap = "always"
tabWidth = 2
printWidth = 80
59 changes: 59 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
---
sidebar_position: 5
---

# Changelog

All notable changes will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## 2023-03-24

### Added

- New OpenID Provider interface based on Keycloak (issuer "https://aai.openaire.eu/auth/realms/openaire")

## 2023-02-08

### Added

- GitHub authentication
- Support for the following EOSC AAI Federation interoperability guidelines:
- Express user identifiers as voPersonID (AARC-G026)
- Express affiliation information as voPersonExternalAffiliation (AARC-G025)
- Express assurance information according to REFEDS Assurance Framework

### Changed

- New theme: Identity Provider discovery page, user consent screen, user sign up form
- Enabled mail verification during user sign-up (only when no verified email information is provided by the user's identity provider)
- Upgraded SAML IdP/SP Proxy and Group/Role Management component libraries
- Deployed SAML IdP/SP Proxy and Group/Role Management components in high availability
- Extendeded support for attribute assertion encryption algorithms required by academic Identity Providers based on Shibboleth v4

## 2022-05-12

### Changed

- Updated [Acceptable Use Policy](https://www.openaire.eu/infrastructure-acceptable-use-policy)
based on [WISE Baseline AUP](https://wise-community.org/wise-baseline-aup/)

## 2022-05-05

### Changed

- Improved high availability deployment of database

## 2022-01-31

### Changed

- Improved high availability deployment of OpenID Provider service

## 2021-04-06

### Changed

- Updated [Data Protection Policy](https://www.openaire.eu/privacy-policy) to
version 2.3
270 changes: 0 additions & 270 deletions docs/developer/guide-for-idps.md

This file was deleted.

792 changes: 377 additions & 415 deletions docs/developer/guide-for-sps.md

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions docs/features.md

This file was deleted.

9 changes: 0 additions & 9 deletions docs/glossary.md

This file was deleted.

4 changes: 0 additions & 4 deletions docs/manager/_category_.json

This file was deleted.

59 changes: 0 additions & 59 deletions docs/manager/expressing-vo-information.md

This file was deleted.

Loading
Loading