Skip to main content

Get the well known endpoint for discovery

GET 

/.well-known/openid-configuration

Get the well known endpoint for discovery

Request

Header Parameters

    x-fapi-auth-date string

    Possible values: Value must match regular expression ^(Mon|Tue|Wed|Thu|Fri|Sat|Sun), \d{2} (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) \d{4} \d{2}:\d{2}:\d{2} (GMT|UTC)$

    The time when the PSU last logged in with the TPP. All dates in the HTTP headers are represented as RFC 7231 Full Dates. An example is below: Sun, 10 Sep 2017 19:43:31 UTC

    x-fapi-customer-ip-address string

    The PSU's IP address if the PSU is currently logged in with the TPP.

    x-fapi-interaction-id string

    An RFC4122 UID used as a correlation id.

    x-customer-user-agent string

    Indicates the user-agent that the PSU is using.

Responses

endpoint discovery for well known endpoint

Response Headers

  • x-fapi-interaction-id

    string

Schema

    acr_values_supported undefined[]
    authorization_endpoint string

    REQUIRED. URL of the OP's OAuth 2.0 Authorization Endpoint

    claims_parameter_supported boolean

    OPTIONAL. Boolean value specifying whether the OP supports use of the claims parameter, with true indicating support. If omitted, the default value is false

    claims_supported undefined[]

    RECOMMENDED. JSON array containing a list of the Claim Names of the Claims that the OpenID Provider MAY be able to supply values for

    code_challenge_methods_supported undefined[]
    end_session_endpoint string
    check_session_endpoint string
    grant_types_supported undefined[]

    OPTIONAL. JSON array containing a list of the OAuth 2.0 Grant Type values that this OP supports

    id_token_signing_alg_values_supported undefined[]

    REQUIRED. JSON array containing a list of the JWS signing algorithms (alg values) supported by the OP for the ID Token to encode the Claims in a JWT

    issuer string

    REQUIRED. URL using the https scheme with no query or fragment component that the OP asserts as its Issuer Identifier

    jwks_uri string

    REQUIRED. URL of the OP's JSON Web Key Set [JWK] document.

    registration_endpoint string

    RECOMMENDED. URL of the OP's Dynamic Client Registration Endpoint

    request_object_signing_alg_values_supported string

    OPTIONAL. JSON array containing a list of the JWS signing algorithms (alg values) supported by the OP for Request Objects

    request_parameter_supported boolean

    OPTIONAL. Boolean value specifying whether the OP supports use of the request parameter, with true indicating support. If omitted, the default value is false

    request_uri_parameter_supported boolean

    OPTIONAL. Boolean value specifying whether the OP supports use of the request_uri parameter, with true indicating support. If omitted, the default value is true

    require_request_uri_registration boolean

    OPTIONAL. Boolean value specifying whether the OP requires any request_uri values used to be pre-registered using the request_uris registration parameter

    pushed_authorization_request_endpoint undefined[]
    response_modes_supported undefined[]

    OPTIONAL. JSON array containing a list of the OAuth 2.0 response_mode values that this OP supports

    response_types_supported undefined[]

    REQUIRED. JSON array containing a list of the OAuth 2.0 response_type values that this OP supports

    scopes_supported undefined[]

    RECOMMENDED. JSON array containing a list of the OAuth 2.0 [RFC6749] scope values that this server supports

    subject_types_supported undefined[]

    REQUIRED. JSON array containing a list of the Subject Identifier types that this OP supports

    token_endpoint_auth_methods_supported undefined[]

    OPTIONAL. JSON array containing a list of Client Authentication methods supported by this Token Endpoint

    token_endpoint_auth_signing_alg_values_supported undefined[]

    OPTIONAL. JSON array containing a list of the JWS signing algorithms (alg values) supported by the Token Endpoint for the signature on the JWT

    token_endpoint string

    URL of the OP's OAuth 2.0 Token Endpoint

    userinfo_endpoint string

    RECOMMENDED. URL of the OP's UserInfo Endpoint

    userinfo_signing_alg_values_supported undefined[]

    OPTIONAL. JSON array containing a list of the JWS signing algorithms (alg values) [JWA] supported by the UserInfo Endpoint to encode the Claims in a JWT

    authorization_signing_alg_values_supported undefined[]
    introspection_endpoint string
    introspection_endpoint_auth_methods_supported undefined[]
    introspection_endpoint_auth_signing_alg_values_supported undefined[]
    revocation_endpoint string
    revocation_endpoint_auth_methods_supported undefined[]
    revocation_endpoint_auth_signing_alg_values_supported undefined[]
    frontchannel_logout_supported boolean
    frontchannel_logout_session_supported boolean
    tls_client_certificate_bound_access_tokens boolean
    claim_types_supported undefined[]

    OPTIONAL. JSON array containing a list of the Claim Types that the OpenID Provider supports

Loading...