Reconfiguring External OAuth Providers for Communities After Enhanced Domains Are Enabled
If your Service Board tenant is linked to a Salesforce org that is updated to enable enhanced domains, and you previously configured community sites with external OAuth providers, community domain names change after the update. You therefore must reconfigure the OAuth URLs for your communities to provide uninterrupted access for partner users. Because Service Board community users log in from community site URLs, when those URLs change, be sure to update the corresponding External OAuth Provider record with the new URLs so that users can log in successfully.
To reconfigure external OAuth providers for communities:
1. To find the updated community URL, in Salesforce, on the Setup page, in the Quick Find box, type all sites, and then in the left pane, click All Sites.
2. In the All Sites list view, in the row for the community site for which you want to reconfigure OAuth settings, check the URL column to find the updated URL
3. In
Max Admin, on the
System Management(
) launchpad menu, expand the
System Management section and click
External OAuth Providers, and then in the list view, click the record linked with the community site.
4. On the record page, update the following fields with the new URL, and then in the top left corner, click
Save and Close(
).
Field | Value |
---|
Authorization URL | https://<community_url>/services/oauth2/authorize |
Access Token URL | https://<community_url>/services/oauth2/token |
User Profile URL | https://<community_url>/services/oauth2/userinfo |
Logout URL | https://<community_url>/secur/logout.jsp |
For more information: