Skip to content

Commit 1aeb62c

Browse files
authored
Merge pull request MicrosoftDocs#3494 from MicrosoftDocs/portals-2034793
Portals auth bug fix - 2034793
2 parents 4ee7156 + 64627e6 commit 1aeb62c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powerapps-docs/maker/portals/configure/use-simplified-authentication-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ For more information about site settings, see [related site settings](azure-ad-b
219219

220220
You have the option of configuring additional setting for the Azure AD B2C identity provider.
221221

222-
![Configure additional settings](media/use-simplified-authentication-configuration/configure-ad-b2c-step3.png "Configure additional settings")
222+
![Configure additional settings](media/use-simplified-authentication-configuration/configure-ad-b2c-step3.png "Configure additional settings - Azure AD B2C")
223223

224224
- **Registration claims mapping​** - List of logical name/claim pairs to be used to map claim values returned from Azure AD B2C created during sign up to attributes in the contact record. <br>
225225
For example, if you've enabled **Job Title (jobTitle)** and **Postal Code (postalCode)** as **User Attributes** in your user flow and you want to update the corresponding Contact entity fields **Job Title (jobtitle)** and **Address 1: ZIP / Postal Code (address1_postalcode)**, enter the claims mapping as: ```jobtitle=jobTitle,address1_postalcode=postalCode```.
@@ -273,7 +273,7 @@ For more information about configuring OAuth 2 providers, see [OAuth 2 provider
273273

274274
![Configure the Google app](media/use-simplified-authentication-configuration/configure-google.png "Configure the Google app")
275275

276-
To use **Google** as an identity provider, you need to [create an app in Google](https://console.developers.google.com/) with a redirect URL.
276+
To use **Google** as an identity provider, you need to [create an app in Google](configure-oauth2-settings.md#google-people-api-settings) with a redirect URL.
277277

278278
The redirect URL is used by the Google app to redirect users to the portal after the authentication succeeds. If your portal uses a custom ___domain name, you might have a different URL than the one provided here.​
279279

0 commit comments

Comments
 (0)