Interface DuoOIDCClientCapabilities
-
- All Known Subinterfaces:
DuoOIDCClient
- All Known Implementing Classes:
AbstractDuoOIDCClient,DuoSDKClientAdaptor,NimbusClient
public interface DuoOIDCClientCapabilitiesExposes capabilities of aDuoOIDCClient.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisSupportsNonce()Does this client support the OIDC nonce parameter.
-
-
-
Method Detail
-
isSupportsNonce
boolean isSupportsNonce()
Does this client support the OIDC nonce parameter.
If the client does support a nonce, it must be included by the client in the authorisation request URL, where it must then be returned by the provider in the id_token as part of the 2FA result.
- Returns:
- true iff the client supports the nonce parameter, false otherwise.
-
-