Skip to content

Commit f303e2b

Browse files
authored
Merge pull request #194013 from kengaderdus/resolve-ghi-90762
[Azure AD B2C]Resolve GitHub issue #90762
2 parents 49b293b + c44adf1 commit f303e2b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,12 @@ To enable sign-in for users with a Google account in Azure Active Directory B2C
4343
1. In the upper-left corner of the page, select the project list, and then select **New Project**.
4444
1. Enter a **Project Name**, select **Create**.
4545
1. Make sure you are using the new project by selecting the project drop-down in the top-left of the screen. Select your project by name, then select **Open**.
46-
1. Select **OAuth consent screen** in the left menu, select **External**, and then select **Create**.
47-
Enter a **Name** for your application. Enter *b2clogin.com* in the **Authorized domains** section and select **Save**.
46+
1. In the left menu, select **OAuth consent screen**, select **External**, and then select **Create**.
47+
1. Enter a **Name** for your application.
48+
1. Select a **User support email**.
49+
1. In the **Authorized domains** section, enter *b2clogin.com*.
50+
1. In the **Developer contact information** section, enter comma separated emails for Google to notify you about any changes to your project.
51+
1. Select **Save**.
4852
1. Select **Credentials** in the left menu, and then select **Create credentials** > **Oauth client ID**.
4953
1. Under **Application type**, select **Web application**.
5054
1. Enter a **Name** for your application.

0 commit comments

Comments
 (0)