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

Merge oidcmapping auth manager into oidc #2561

Merged
merged 1 commit into from
Apr 12, 2022

Conversation

glpatcern
Copy link
Member

This is a follow up of #2007: the mapping feature for the OIDC auth provider was already factored out, therefore this PR removes code duplication and ensures more coherence.

Compared to the pre-existing OIDC code, the new code:

  • Fixes the name of the issuer claim (iss as opposed to issuer)
  • Fixes typecasting uid/gid
  • Improves handling of the preferred_username and email claims

@update-docs
Copy link

update-docs bot commented Feb 17, 2022

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

@glpatcern glpatcern force-pushed the unify-oidc branch 2 times, most recently from dc354d1 to a7f1cea Compare February 17, 2022 14:58
@glpatcern glpatcern requested a review from a team as a code owner February 17, 2022 14:58
@glpatcern glpatcern changed the title Merged oidcmapping auth manager into oidc Merge oidcmapping auth manager into oidc Feb 17, 2022
@lgtm-com
Copy link

lgtm-com bot commented Mar 1, 2022

This pull request fixes 1 alert when merging 6e370df into 812d9e6 - view on LGTM.com

fixed alerts:

  • 1 for Wrapped error is always nil

@lgtm-com
Copy link

lgtm-com bot commented Mar 2, 2022

This pull request fixes 1 alert when merging 6967f1d into 812d9e6 - view on LGTM.com

fixed alerts:

  • 1 for Wrapped error is always nil

@lgtm-com
Copy link

lgtm-com bot commented Mar 18, 2022

This pull request fixes 1 alert when merging 169d714 into 2f8da47 - view on LGTM.com

fixed alerts:

  • 1 for Wrapped error is always nil

@ishank011 ishank011 merged commit 6aa5ea4 into cs3org:master Apr 12, 2022
@micbar micbar mentioned this pull request May 5, 2022
45 tasks
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