Interface DuoOIDCClientCapabilities

All Known Subinterfaces:
DuoOIDCClient
All Known Implementing Classes:
AbstractDuoOIDCClient, DuoSDKClientAdaptor, NimbusClient

public interface DuoOIDCClientCapabilities
Exposes capabilities of a DuoOIDCClient.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Does this client support the OIDC nonce parameter.
  • Method Details

    • 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.