Pre-Authorization

Description

Secure the given scope for the given client

Method

POST

Path

[runtime-name]/api/preauth/v1/preauthorize

Body

req
req

Payload

{
  "challengeResponse": {},
  "client_id": "string",
  "scope": "string"
}
            

Produces

application/json

Responses

404
Not Found
200
Scope granted
201
Created
401
Challenges from the security checks
400
Invalid request
403
Security check failure