Skip to content

Commit 99f9208

Browse files
Updated the OAuth scope name from Salesforce
Updated the OAuth scope name from Salesforce
1 parent 6736aa6 commit 99f9208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory-b2c/identity-provider-salesforce.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To enable sign-in for users with a Salesforce account in Azure Active Directory
4545
1. **Contact Email** - The contact email for Salesforce
4646
1. Under **API (Enable OAuth Settings)**, select **Enable OAuth Settings**
4747
1. For the **Callback URL**, enter `https://your-tenant-name.b2clogin.com/your-tenant-name.onmicrosoft.com/oauth2/authresp`. If you use a [custom domain](custom-domain.md), enter `https://your-domain-name/your-tenant-name.onmicrosoft.com/oauth2/authresp`. Replace `your-tenant-name` with the name of your tenant, and `your-domain-name` with your custom domain. You need to use all lowercase letters when entering your tenant name even if the tenant is defined with uppercase letters in Azure AD B2C.
48-
1. In the **Selected OAuth Scopes**, select **Access your basic information (id, profile, email, address, phone)**, and **Allow access to your unique identifier (openid)**.
48+
1. In the **Selected OAuth Scopes**, select **Access the identity URL service (id, profile, email, address, phone)**, and **Allow access to your unique identifier (openid)**.
4949
1. Select **Require Secret for Web Server Flow**.
5050
1. Select **Configure ID Token**
5151
1. Set the **Token Valid for** 5 minutes.

0 commit comments

Comments
 (0)