Skip to main content

Discovery Endpoint

GET 

/v3/service/extension/oidc/:organisationId/.well-known/openid-configuration

OpenID Provider configuration endpoint that returns the OpenID Provider metadata as a JSON document

Request

Path Parameters

    organisationId stringrequired

    The ID of the organisation

Responses

OpenID Connect configuration

Response Headers
    Schema
      issuer string

      The URL of the OpenID Provider

      authorization_endpoint string

      The URL of the authorisation endpoint

      token_endpoint string

      The URL of the token endpoint

      userinfo_endpoint string

      The URL of the userinfo endpoint

      jwks_uri string

      The URL of the JSON Web Key Set

      scopes_supported string[]

      The scopes supported by the OpenID Provider

      response_types_supported string[]

      The response types supported by the OpenID Provider

      grant_types_supported string[]

      The grant types supported by the OpenID Provider

      subject_types_supported string[]

      The subject types supported by the OpenID Provider

      id_token_signing_alg_values_supported string[]

      The signing algorithms supported for the ID token

    Loading...