Class | Description |
---|---|
JWTParsingIntrospectionConfigurationService |
Parses the incoming accesstoken as a JWT and determines the issuer based on
the "iss" field inside the JWT.
|
ScopeBasedIntrospectionAuthoritiesGranter | |
SimpleIntrospectionAuthorityGranter |
Grants the same set of authorities no matter what's passed in.
|
StaticIntrospectionConfigurationService |
Always provides the (configured) IntrospectionURL and RegisteredClient regardless
of token.
|
Copyright © 2022. All rights reserved.