Updated Architecture (markdown)
parent
423e09dffe
commit
c8cd1fe6f4
|
@ -42,7 +42,11 @@ Following is a list of the custom beans we are injecting:
|
||||||
* org.mitre.oauth2.service.impl.DefaultOAuth2ClientDetailsEntityService
|
* org.mitre.oauth2.service.impl.DefaultOAuth2ClientDetailsEntityService
|
||||||
* org.mitre.openid.connect.token.ConnectTokenEnhancer
|
* org.mitre.openid.connect.token.ConnectTokenEnhancer
|
||||||
* org.mitre.openid.connect.token.JdbcUserApprovalHandler [TODO, not fully implemented yet]
|
* org.mitre.openid.connect.token.JdbcUserApprovalHandler [TODO, not fully implemented yet]
|
||||||
|
* JpaUserInfoRepository
|
||||||
|
* OAuth2ClientRepository
|
||||||
|
* JwtSigningAndValidationServiceDefault
|
||||||
|
|
||||||
|
The diagram below shows how all of these pieces fit together.
|
||||||

|

|
||||||
|
|
||||||
## Tokens
|
## Tokens
|
||||||
|
|
Loading…
Reference in New Issue