Appearance
getSSOSocialProviders ​
Retrieves a list of social providers available for SSO (Single Sign-On), such as Google, Apple, and Facebook.
Request ​
http
GET /rest/refdata/sso-providersParameters ​
None.
Response ​
200 OK ​
json
[
{
"providerName": "GOOGLE",
"loginUrl": "https://…/oauth2/authorize?redirect_uri=…",
"idpDomain": "https://cognito-idp.ap-southeast-2.amazonaws.com/…"
}
]| Field | Type | Description |
|---|---|---|
providerName | string | Name of the social provider (e.g. GOOGLE, APPLE, FACEBOOK) |
loginUrl | string(500) | The social login URL including the callback/redirect URL |
idpDomain | string | The root domain URL of the Cognito Identity Provider |
Errors ​
| Exception | Cause |
|---|---|
WSRefDataServiceException | Service error while fetching SSO providers |
Version ​
http
GET /rest/refdata/sso-providers/versionjson
{ "version": 1 }