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

Support multiple issuers in OIDC driver #3839

Merged
merged 5 commits into from
May 3, 2023

Conversation

gmgigi96
Copy link
Member

@gmgigi96 gmgigi96 commented May 2, 2023

The OIDC auth driver supports now multiple issuers. Users of external providers are then mapped to a local user by a mapping files. Only the main issuer (defined in the config with issuer) and the ones defined in the mapping are allowed for the verification of the OIDC token.
It also fixes the type of the user returned in the Authenticate method.

@gmgigi96 gmgigi96 requested a review from a team as a code owner May 2, 2023 13:22
@cs3org cs3org deleted a comment from update-docs bot May 2, 2023
@glpatcern glpatcern merged commit c386097 into cs3org:master May 3, 2023
gmgigi96 added a commit to gmgigi96/reva that referenced this pull request Jun 5, 2023
* support multiple issuers in the oidc provider

* fix init provider with correct issuer

* add changelog

* fix lint

* trigger ci
gmgigi96 added a commit to gmgigi96/reva that referenced this pull request Jun 28, 2023
* support multiple issuers in the oidc provider

* fix init provider with correct issuer

* add changelog

* fix lint

* trigger ci
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants