@Version(value="1.2.0")
Interface | Description |
---|---|
JwtAccessTokenMediator |
Implement this API and use it within the SPI to customize the claims for the JWT access token.
|
TokenIntrospectProvider |
Implement this API and use it within the SPI to customize the json response for the userinfo endpoint.
|
UserCredentialResolver |
Create the SPI interface of com.ibm.wsspi.security.oauth.UserCredentialResolver
The UserCredentialResolver maps the Access token to the user credentials in the Subject.
|
Exception | Description |
---|---|
UserIdentityException |