Skip to main content

Authorization Endpoint

GET 

/v3/service/extension/oidc/:organisationId/auth

OpenID Connect authorization endpoint that initiates the authentication flow. Returns an HTML page where individuals can authenticate using their EUDI Wallet through QR code or deep link verification.

Request

Path Parameters

    organisationId stringrequired

    The ID of the organisation

Query Parameters

    scope stringrequired

    Possible values: [openid]

    The scope of the access request

    response_type stringrequired

    Possible values: [code]

    The type of response desired

    client_id stringrequired

    The ID of the client

    redirect_uri stringrequired

    The URI to which the response will be sent

    state stringrequired

    An opaque value used to maintain state between the request and the callback

    nonce stringrequired

    A string value used to associate a client session with an ID token, and to mitigate replay attacks

Responses

Returns a web page

Response Headers
  • X-Frame-Options any

    Blocks page from being rendered in HTML frame, iframe, embed, or object elements, regardless of the site attempting to do so.

Schema

    string

Loading...