Interface DuoOIDCClientCapabilities

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