Updated Architecture (markdown)
parent
c8cd1fe6f4
commit
645ec9dabd
|
@ -49,6 +49,18 @@ Following is a list of the custom beans we are injecting:
|
||||||
The diagram below shows how all of these pieces fit together.
|
The diagram below shows how all of these pieces fit together.
|
||||||

|

|
||||||
|
|
||||||
|
## Endpoints
|
||||||
|
|
||||||
|
The OAuth2 and OpenID Connect endpoints are currently set to the following values:
|
||||||
|
|
||||||
|
Authorization endpoint: /openidconnect/auth
|
||||||
|
Token endpoint: /openidconnect/token
|
||||||
|
Check ID (deprecated): /checkid
|
||||||
|
JWK: /jwk
|
||||||
|
SWD: /swd
|
||||||
|
User info: /userinfo
|
||||||
|
Provider configuration: /.well-known/openid-configuration
|
||||||
|
|
||||||
## Tokens
|
## Tokens
|
||||||
|
|
||||||
//using SECOAUTH token endpoint, with custom token services and token enhancer, etc
|
//using SECOAUTH token endpoint, with custom token services and token enhancer, etc
|
||||||
|
|
Loading…
Reference in New Issue