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

[ENH] Make username claim configureable on a oidc provider basis #95

Open
ThoreKr opened this issue May 26, 2021 · 0 comments
Open

[ENH] Make username claim configureable on a oidc provider basis #95

ThoreKr opened this issue May 26, 2021 · 0 comments

Comments

@ThoreKr
Copy link
Contributor

ThoreKr commented May 26, 2021

Motivation

The authentication manager takes a strong assumption on the preferred_username.
It requires this claim to be present and unique. Which both isn't safe to assume.
Some OIDC providers, such as google, do not provide this claim.

Specification

Extend the configuration options on the oidc providers to allow to specify the claim which should be used for the agents username.

This might be inspired by the parameters requested by synapse.

Finalised state

Login with other identity providers than keycloak should be possible.

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

No branches or pull requests

1 participant