OpenId authorize

This describes the page that the mobile app should open in a webview. Or if the web application should open the browser to start the openId flow.

The endpoint should be openId compliant according to https://openid.net/specs/openid-connect-core-1_0.html#CodeFlowAuth.

Query Params
string
required
length ≥ 1

The code flow to use.

string
required
length ≥ 1

This determines what type of information you will get from the user. NationalID, profile, address and phone are standard scopes most commonly used.

string
required
length ≥ 1

The id of the OIDC client being used.

uri
required
length ≥ 1

This is where the user is sent after authentication.

string
length ≥ 1

The method name is where you set which authentication method you want to use.

string
length ≥ 1

For signicat the personal Id is sent as a hint 'subject-${pno}'.

Responses

Language
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*