Identity provider logout url for the Oidc
GET/v1/auth/org/:org/oidc/logout
Returns No Content. Works as a callback url after the IDP logout from their server.
Request
Path Parameters
org stringrequired
Organization name
Query Parameters
state string
Describes a state to validate and associate request and response
Responses
- 204
Ok response without content
Response Headers
AuditUid
string
Audit uid for the request
Loading...