API endpoints for managing the social login settings.
Endpoint | Methods |
---|---|
Add a Domain to an Allow List/add_domain_patternsAdd a domain to an application allow list. If the allow list is configured, then only the domains included on that list are allowed to communicate with your social login application. |
|
List Your Social Login Application Settings/get_app_settingsView application properties such as the privacy policy and favicon URLs. |
|
View a Domain Allow List/get_domain_patternsView the domains on an application allow list. If the allow list is configured, then only the domains included on that list are allowed to communicate with your social login application. |
|
Modify Social Login Application Settings/set_app_settingsUpdate application properties such as the privacy policy and favicon URLs. |
|
Modify a Domain Allow List/set_domain_patternsUpdate the allow list for an application. If the allow list is configured, then only the domains included on that list are allowed to communicate with your social login application. |
|