Identity provider logout url for the Oidc
GEThttps://api.spectrocloud.com/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
- curl
- python
- go
- nodejs
- java
- CURL
curl -L -X GET 'https://api.spectrocloud.com/v1/auth/org/:org/oidc/logout'