Skip to main content
GET
/
v1
/
sso
/
connections
List SSO Connections
curl --request GET \
  --url https://grantex-auth-dd4mtrt2gq-uc.a.run.app/v1/sso/connections \
  --header 'Authorization: Bearer <token>'
{
  "connections": [
    {
      "id": "<string>",
      "developerId": "<string>",
      "name": "<string>",
      "protocol": "oidc",
      "issuerUrl": "<string>",
      "clientId": "<string>",
      "idpEntityId": "<string>",
      "idpSsoUrl": "<string>",
      "spEntityId": "<string>",
      "spAcsUrl": "<string>",
      "domains": [
        "<string>"
      ],
      "jitProvisioning": true,
      "enforce": true,
      "groupAttribute": "<string>",
      "groupMappings": {},
      "defaultScopes": [
        "<string>"
      ],
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Developer API key

Response

200 - application/json

List of SSO connections

connections
object[]