Authorization request
Authorization request
- Endpoint: /realms/master/protocol/openid-connect/auth
- Description: Authorization request
- Method:
GET
- Query Params:
Name | Type | Require? | Description |
---|
redirect_uri | string | [x] | |
client_id | string | [x] | |
response_type | Response Type | [x] | |
state | string | [x] | |
scope | string | [x] | |
prompt | string | [x] | |
access_type | string | [x] | |
code_challenge | string | [x] | |
code_challenge_method | string | [x] | |
- Return Values:
JSON object
Name | Type | Description |
---|
state | string | |
session_state | string | |
token_endpoint | string | |
code | string | |
Type
Response Type
Value | Type | Description |
---|
code | string | |
token | string | |