-
Notifications
You must be signed in to change notification settings - Fork 75
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
Implement OpenIDConnect #1389
Comments
See also #1398 which proposes to move authentication to a PSGI middleware. |
svenoe
added a commit
that referenced
this issue
Nov 18, 2021
svenoe
added a commit
that referenced
this issue
Nov 18, 2021
svenoe
added a commit
that referenced
this issue
Nov 18, 2021
svenoe
added a commit
that referenced
this issue
Nov 18, 2021
svenoe
added a commit
that referenced
this issue
Nov 18, 2021
svenoe
added a commit
that referenced
this issue
Nov 18, 2021
…code of Auth.pm and CustomerAuth.pm in the process.
svenoe
added a commit
that referenced
this issue
Nov 18, 2021
Works, need to add Crypt::JWT to docker images. |
svenoe
added a commit
that referenced
this issue
Nov 18, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Implement OpenIDConnect authentication for agents and customer users via the authorization code flow (recommended) or implicit code flow.
Added basic user creation and authorization via id_token information for agents.
The text was updated successfully, but these errors were encountered: