Get SSO Config
Read the organisation's SSO configuration status.
Authorization: caller must be an admin or owner. The client secret is
never returned in plaintext - it is replaced with _REDACTED_SECRET.
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Path Parameters
org_id*Org Id
Format
uuidQuery Parameters
verify_locally?Verify Locally
Default
trueResponse Body
application/json
application/json
curl -X GET "https://example.com/v1/organisations/497f6eca-6276-4993-bfeb-53cbbbba6f08/sso"{ "status": "string", "issuer_url": "string", "client_id": "string", "client_secret": "string", "enabled": false}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}