Gets a SSO provider by its UUID
get
/v1/projects/{ref}/config/auth/sso/providers/{provider_id}OAuth scopes
- auth:read
The fine-grained token must include the following permissions to access this endpoint:
- auth_config_read
Path parameters
- refRequiredstring
Project ref
- provider_idRequiredstring
Response codes
- 200
- 401
- 403
- 404
- 429
Response (200)
{ "id": "lorem", "saml": { "entity_id": "lorem", "metadata_url": "lorem", "metadata_xml": "lorem", "attribute_mapping": { "keys": { "property1": { "name": "lorem", "names": [ "lorem" ], "default": {}, "array": true }, "property2": { "name": "lorem", "names": [ "lorem" ], "default": {}, "array": true } } }, "name_id_format": "urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified" }, "domains": [ { "domain": "lorem", "created_at": "lorem", "updated_at": "lorem" } ], "created_at": "lorem", "updated_at": "lorem"}