API endpoints for viewing information about your social login applications and for managing your Custom Providers. Custom providers enabled you to use social login providers that haven't been predefined by Akamai.
Endpoint | Methods |
---|---|
List Your Social Login Applications/config/low/services/ engage-v2/appsReturns basic information for all your social login applications. A social login application is required in order to enable social login in Hosted Login.. |
|
View a Social Login Application/config/low/services/ engage-v2/apps/{appId}Return detailed information about the specified social login application. |
|
List Your Custom Providers/config/low/services/engage-v2 /apps/{appId}/custom-providersView detailed information about the specified social login application. |
|
View a Custom Provider/config/low/services/engage-v2 /apps/{appId}/custom-providers/{providerId}View detailed information about the specified custom provider. |
|
Modify a Custom Provider/config/low/services/engage-v2 /apps/{appId}/custom-providers/{providerId}Update/replace property values for a custom identity provider. |
|
Create a Custom Provider/config/low/services/engage-v2 /apps/{appId}/custom-providersCreate a custom identity provider. Note that you can only create providers that use the SAML2, OpenID Connect, or OAuth 2.0 protocols. |
|