Get OIDC Auth Request details
GEThttps://$CUSTOM-DOMAIN/v2/oidc/auth_requests/:authRequestId
Get OIDC Auth Request details by ID, obtained from the redirect URL. Returns details that are parsed from the application's Auth Request.
Request​
Path Parameters
authRequestId stringrequired
ID of the Auth Request, as obtained from the redirect URL.
Responses​
- 200
- 403
- 404
- default
OK
- application/json
- application/grpc
- application/grpc-web+proto
- Schema
- Example (from schema)
Schema
authRequest
object
{
"authRequest": {
"id": "string",
"creationDate": "2025-03-05T21:29:22.300Z",
"clientId": "string",
"scope": [
"string"
],
"redirectUri": "string",
"prompt": [
"PROMPT_UNSPECIFIED"
],
"uiLocales": [
"string"
],
"loginHint": "string",
"maxAge": "string",
"hintUserId": "string"
}
}
- Schema
- Example (from schema)
Schema
authRequest
object
{
"authRequest": {
"id": "string",
"creationDate": "2025-03-05T21:29:22.301Z",
"clientId": "string",
"scope": [
"string"
],
"redirectUri": "string",
"prompt": [
"PROMPT_UNSPECIFIED"
],
"uiLocales": [
"string"
],
"loginHint": "string",
"maxAge": "string",
"hintUserId": "string"
}
}
- Schema
- Example (from schema)
Schema
authRequest
object
{
"authRequest": {
"id": "string",
"creationDate": "2025-03-05T21:29:22.301Z",
"clientId": "string",
"scope": [
"string"
],
"redirectUri": "string",
"prompt": [
"PROMPT_UNSPECIFIED"
],
"uiLocales": [
"string"
],
"loginHint": "string",
"maxAge": "string",
"hintUserId": "string"
}
}
Returned when the user does not have permission to access the resource.
- application/json
- application/grpc
- application/grpc-web+proto
- Schema
- Example (from schema)
Schema
code int32
message string
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
code int32
message string
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
code int32
message string
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Returned when the resource does not exist.
- application/json
- application/grpc
- application/grpc-web+proto
- Schema
- Example (from schema)
Schema
code int32
message string
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
code int32
message string
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
code int32
message string
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
An unexpected error response.
- application/json
- application/grpc
- application/grpc-web+proto
- Schema
- Example (from schema)
Schema
code int32
message string
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
code int32
message string
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
code int32
message string
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L 'https://$CUSTOM-DOMAIN/v2/oidc/auth_requests/:authRequestId' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
ResponseClear