You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 4, 2020. It is now read-only.
This prototype should expose itself as an OpenID Connect provider, in accordance with the OpenID Connect Discovery spec.
We need to:
/.well-known/openid-configuration
withContent-Type: application/json
Specifically, we must present the following metadata:
issuer
authorization_endpoint
jwks_uri
scopes_supported
(bothopenid
andemail
)response_types_supported
subject_types_supported
(justpublic
)id_token_signing_alg_values_supported
(must includeRS256
)We may want to include:
registration_endpoint
(if we end up using OpenID Connect's dynamic client registration stuff)claims_supported
(See OpenID Connect Standard Claims -- we're only interested in, at most,sub
,email
, andemail_verified
.)service_documentation
op_policy_uri
op_tos_uri
The text was updated successfully, but these errors were encountered: