-
Notifications
You must be signed in to change notification settings - Fork 103
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
OpenID Connect (OIDC) support #1478
Comments
Did anything happen for this one? |
I forgot to make announcement but this issue may be (in several environments) solved by the combination of If no objection, I’d like to close this issue for now. |
@ikedas does this method support alternative authentication methods? I'd like to be able to let the users decide whether they want to create a profile directly on SYMPA or use an OIDC connection to create one. |
@axu-trex , could you please submit a separate issue? This issue itself has been solved and would be closed. |
Expected Behavior
The feature to easily delegate authentication to the external user stores is desirable.
Current Behavior
On WWSympa, with
user_table
, Sympa itself manages authentication information; forldap
,cas
andgeneric_sso
, it is necessary to deploy the authentication infrastructure for each organization.Possible Solution
Supporting OpenID Connect (OIDC), lightweight authentication delegation mechanism.
There are some implementations for Perl :
Context
The text was updated successfully, but these errors were encountered: