Updated Architecture (markdown)
parent
645ec9dabd
commit
2166852e39
|
@ -53,13 +53,13 @@ The diagram below shows how all of these pieces fit together.
|
||||||
|
|
||||||
The OAuth2 and OpenID Connect endpoints are currently set to the following values:
|
The OAuth2 and OpenID Connect endpoints are currently set to the following values:
|
||||||
|
|
||||||
Authorization endpoint: /openidconnect/auth
|
* Authorization endpoint: /openidconnect/auth
|
||||||
Token endpoint: /openidconnect/token
|
* Token endpoint: /openidconnect/token
|
||||||
Check ID (deprecated): /checkid
|
* Check ID (deprecated): /checkid
|
||||||
JWK: /jwk
|
* JWK: /jwk
|
||||||
SWD: /swd
|
* SWD: /swd
|
||||||
User info: /userinfo
|
* User info: /userinfo
|
||||||
Provider configuration: /.well-known/openid-configuration
|
* Provider configuration: /.well-known/openid-configuration
|
||||||
|
|
||||||
## Tokens
|
## Tokens
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue