API ReferenceIdp
Oauth Authorize
GET
/v1/idp/oidc/authorizeQuery Parameters
client_id*Client Id
request_uri?string|null
redirect_uri?string|null
response_type?string|null
scope?string|null
state?string|null
nonce?string|null
login_hint?string|null
code_challenge?string|null
code_challenge_method?string|null
resource?string|null
audience?string|null
max_age?integer|null
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/idp/oidc/authorize?client_id=string"null{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}