logout

Description

Logout from the given security check

Method

POST

Path

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

Form parameters

client_assertion_type
Assertion type, should be urn:ietf:params:oauth:client-assertion-type:jwt-bearer
client_assertion
JWS string with JWT payload
security_check
Name of the security check to logout from

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