Skip to content

Commit b00e870

Browse files
committed
UI updates per issue 84488
1 parent 4021273 commit b00e870

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/active-directory/external-identities/google-federation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,13 @@ First, create a new project in the Google Developers Console to obtain a client
143143

144144
1. Accept the terms of service if you're prompted to do so.
145145

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**.
147147

148148
1. On the **New Project** page, give the project a name (for example, `MyB2BApp`), and then select **Create**:
149149

150150
![Screenshot that shows a New Project page.](media/google-federation/google-new-project.png)
151151

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.
153153

154154
1. In the left menu, select **APIs & Services**, and then select **OAuth consent screen**.
155155

@@ -159,7 +159,7 @@ First, create a new project in the Google Developers Console to obtain a client
159159

160160
1. Under **User support email**, select an email address.
161161

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.
163163

164164
1. Under **Developer contact information**, enter an email address.
165165

@@ -169,7 +169,7 @@ First, create a new project in the Google Developers Console to obtain a client
169169

170170
1. Select **Create credentials**, and then select **OAuth client ID**.
171171

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:
173173

174174
- `https://login.microsoftonline.com`
175175
- `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
192192
1. Go to the [Azure portal](https://portal.azure.com). On the left pane, select **Azure Active Directory**.
193193
2. Select **External Identities**.
194194
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**:
196196

197197
![Screenshot that shows the Add Google identity provider page.](media/google-federation/google-identity-provider.png)
198198

0 commit comments

Comments
 (0)