You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/external-identities/google-federation.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,13 +143,13 @@ First, create a new project in the Google Developers Console to obtain a client
143
143
144
144
1. Accept the terms of service if you're prompted to do so.
145
145
146
-
1. Create a new project: Select the project list at the top of the page, and then on the **Select a project** page, select**New Project**.
146
+
1. Create a new project: At the top of the page, select the project menu to open the **Select a project** page. Choose **New Project**.
147
147
148
148
1. On the **New Project** page, give the project a name (for example, `MyB2BApp`), and then select **Create**:
149
149
150
150

151
151
152
-
1. Open the new project: In the **Notifications** message box that confirms your project was created, choose **Select project**. Or, use the project menu at the top of the page to select the project.
152
+
1. Open the new project by selecting the link in the **Notifications** message box or by using the project menu at the top of the page.
153
153
154
154
1. In the left menu, select **APIs & Services**, and then select **OAuth consent screen**.
155
155
@@ -159,7 +159,7 @@ First, create a new project in the Google Developers Console to obtain a client
159
159
160
160
1. Under **User support email**, select an email address.
161
161
162
-
1. Under **Authorized domains**, select **Add domain**, and then add the **microsoftonline.com** domain.
162
+
1. Under **Authorized domains**, select **Add domain**, and then add the `microsoftonline.com` domain.
163
163
164
164
1. Under **Developer contact information**, enter an email address.
165
165
@@ -169,7 +169,7 @@ First, create a new project in the Google Developers Console to obtain a client
169
169
170
170
1. Select **Create credentials**, and then select **OAuth client ID**.
171
171
172
-
1. In the Application type menu, select **Web application**. Give the application a suitable name, like **Azure AD B2B**. Under **Authorized redirect URIs**, add the following URIs:
172
+
1. In the Application type menu, select **Web application**. Give the application a suitable name, like `Azure AD B2B`. Under **Authorized redirect URIs**, add the following URIs:
173
173
174
174
-`https://login.microsoftonline.com`
175
175
-`https://login.microsoftonline.com/te/<tenant ID>/oauth2/authresp` <br>(where `<tenant ID>` is your tenant ID)
@@ -192,7 +192,7 @@ You'll now set the Google client ID and client secret. You can use the Azure por
192
192
1. Go to the [Azure portal](https://portal.azure.com). On the left pane, select **Azure Active Directory**.
193
193
2. Select **External Identities**.
194
194
3. Select **All identity providers**, and then select the **Google** button.
195
-
4. Enter the client ID and client secret you obtained earlier. Select **Save**:
195
+
4. Enter the client ID and client secret you obtained earlier. Select **Save**:
196
196
197
197

0 commit comments