-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
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 leastissuer
andauthorization_endpoint
fields. - Need to implement the
authorization_endpoint
, query params are:claims
client_id
nonce
redirect_uri
response_type
scope
state