Skip to content
Management API Reference

Lists all SSO providers

get/v1/projects/{ref}/config/auth/sso/providers

OAuth scopes

  • auth:read

The fine-grained token must include the following permissions to access this endpoint:

  • auth_config_read

Path parameters

  • ref
    Required
    string

    Project ref

Response codes

  • 200
  • 401
  • 403
  • 404
  • 429

Response (200)

1
{
2
"items": [
3
{
4
"id": "lorem",
5
"saml": {
6
"entity_id": "lorem",
7
"metadata_url": "lorem",
8
"metadata_xml": "lorem",
9
"attribute_mapping": {
10
"keys": {
11
"property1": {
12
"name": "lorem",
13
"names": [
14
"lorem"
15
],
16
"default": {},
17
"array": true
18
},
19
"property2": {
20
"name": "lorem",
21
"names": [
22
"lorem"
23
],
24
"default": {},
25
"array": true
26
}
27
}
28
},
29
"name_id_format": "urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified"
30
},
31
"domains": [
32
{
33
"domain": "lorem",
34
"created_at": "lorem",
35
"updated_at": "lorem"
36
}
37
],
38
"created_at": "lorem",
39
"updated_at": "lorem"
40
}
41
]
42
}