OAuth redirect endpoint
Handles OAuth redirect with authorization code to exchange for tokens
Parameters
| Name | Type | Description |
|---|---|---|
| code* | query string | |
| realmId | query string | |
| state* | query string |
Responses
200 OK
Handles OAuth redirect with authorization code to exchange for tokens
| Name | Type | Description |
|---|---|---|
| code* | query string | |
| realmId | query string | |
| state* | query string |