Interface ReadOnlyOIDCProviderEndpointMetadata

All Superinterfaces:
ReadOnlyAuthorizationServerEndpointMetadata
All Known Subinterfaces:
ReadOnlyOIDCProviderMetadata
All Known Implementing Classes:
OIDCProviderEndpointMetadata, OIDCProviderMetadata

Read-only OpenID Provider (OP) endpoint metadata.

Related specifications:

  • OAuth 2.0 Authorization Server Metadata (RFC 8414)
  • OAuth 2.0 Mutual TLS Client Authentication and Certificate Bound Access Tokens (RFC 8705)
  • OAuth 2.0 Device Authorization Grant (RFC 8628)
  • OpenID Connect Discovery 1.0, section 3.
  • OpenID Connect Session Management 1.0, section 2.1.
  • OpenID Connect Front-Channel Logout 1.0, section 3.
  • OpenID Connect Back-Channel Logout 1.0, section 2.1.
  • Method Details

    • getUserInfoEndpointURI

      Gets the UserInfo endpoint URI. Corresponds the userinfo_endpoint metadata field.
      Returns:
      The UserInfo endpoint URI, null if not specified.
    • getCheckSessionIframeURI

      Gets the cross-origin check session iframe URI. Corresponds to the check_session_iframe metadata field.
      Returns:
      The check session iframe URI, null if not specified.
    • getEndSessionEndpointURI

      Gets the logout endpoint URI. Corresponds to the end_session_endpoint metadata field.
      Returns:
      The logoout endpoint URI, null if not specified.