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

OIDC flow #44

Open
daurnimator opened this issue May 27, 2020 · 0 comments
Open

OIDC flow #44

daurnimator opened this issue May 27, 2020 · 0 comments

Comments

@daurnimator
Copy link
Member

daurnimator commented May 27, 2020

For login to various hashbang apps/services it would be useful to use the userdb as a backend for an OIDC flow.
Needs research into options.


Notes:

  • https://connect2id.com/learn/openid-connect
  • Need to implement /.well-known/openid-configuration with at least issuer and authorization_endpoint fields.
  • Need to implement the authorization_endpoint, query params are:
    • claims
    • client_id
    • nonce
    • redirect_uri
    • response_type
    • scope
    • state
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