Skip to content

Commit 1abc96a

Browse files
moved how-to-setup-sso-with-azure-ad images
1 parent f12bbc2 commit 1abc96a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

articles/spring-apps/how-to-set-up-sso-with-azure-ad.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Register your application to establish a trust relationship between your app and
5151
1. In *Redirect URI (optional)* select **Web**, then enter the URL from the above section in the text box. The redirect URI is the location where Azure AD redirects your client and sends security tokens after authentication.
5252
1. Select **Register** to finish registering the application.
5353

54-
:::image type="content" source="./media/enterprise/how-to-setup-sso-with-azure-ad/sso-create-app-registration.png" alt-text="Screenshot of how to fill out the Add App Registration screen." lightbox="./media/enterprise/how-to-setup-sso-with-azure-ad/sso-create-app-registration.png":::
54+
:::image type="content" source="./media/how-to-setup-sso-with-azure-ad/sso-create-app-registration.png" alt-text="Screenshot of how to fill out the Add App Registration screen." lightbox="./media/how-to-setup-sso-with-azure-ad/sso-create-app-registration.png":::
5555

5656
When registration finishes, you'll see the *Application (client) ID* on the **Overview** screen of the *App registrations** page.
5757

@@ -63,7 +63,7 @@ You can also add redirect URIs after app registration by following these steps:
6363
1. Select **Web**, then select **Add URI** under *Redirect URIs*.
6464
1. Add a new redirect URI, then select **Save**.
6565

66-
:::image type="content" source="./media/enterprise/how-to-setup-sso-with-azure-ad/sso-redirect-uri.png" alt-text="Screenshot of adding a redirect U R I to the authentication screen." lightbox="./media/enterprise/how-to-setup-sso-with-azure-ad/sso-redirect-uri.png":::
66+
:::image type="content" source="./media/how-to-setup-sso-with-azure-ad/sso-redirect-uri.png" alt-text="Screenshot of adding a redirect U R I to the authentication screen." lightbox="./media/how-to-setup-sso-with-azure-ad/sso-redirect-uri.png":::
6767

6868
For more information on Application Registration, see [Quickstart: Register an app in the Microsoft identity platform ](../active-directory/develop/quickstart-register-app.md#quickstart-register-an-application-with-the-microsoft-identity-platform).
6969

0 commit comments

Comments
 (0)