From 6b4848b2b6d38092272ba796056d1d077cc7343f Mon Sep 17 00:00:00 2001 From: Antti Pajunen <64043240+anttipajunen@users.noreply.github.com> Date: Fri, 6 Jun 2025 21:11:22 +0300 Subject: [PATCH] Replaced incorrect link in README.md Link on line 7 was incorrect. Added "Configure user authentication with Microsoft Entra ID" link based on high assumption this is what it should be., --- SSOSamples/SSOwithEntraID/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SSOSamples/SSOwithEntraID/README.md b/SSOSamples/SSOwithEntraID/README.md index 2b3ddc4c..56fa64e2 100644 --- a/SSOSamples/SSOwithEntraID/README.md +++ b/SSOSamples/SSOwithEntraID/README.md @@ -4,11 +4,11 @@ This sample demonstrates how to retrieve an Entra ID access token for a signed-i ## Getting started -1. Follow the instructions on how to [configure user authentication with Microsoft Entra ID](https://learn.microsoft.com/en-us/microsoft-copilot-studio/) +1. Follow the instructions on how to [configure user authentication with Microsoft Entra ID]([https://learn.microsoft.com/en-us/microsoft-copilot-studio/](https://learn.microsoft.com/en-us/microsoft-copilot-studio/configuration-authentication-azure-ad?tabs=fic-auth) 2. Follow the instructions on how to configure a second [app registration for a canvas app](https://learn.microsoft.com/en-us/microsoft-copilot-studio/configure-sso?tabs=webApp). Set the redirect URI in your app registration based on where the sample will be deployed (e.g. localhost, static web app, etc.) 3. Replace the values for Client ID, Tenant ID and Token Endpoint under `TODO` in [index.html](./index.html) 4. Deploy index.html to a host of your choice
-> **IMPORTANT:** This sample requires users to click on a sign-in button. This behavior is just for demonstration purposes, while in production, the initial sign-in should be managed by your application. \ No newline at end of file +> **IMPORTANT:** This sample requires users to click on a sign-in button. This behavior is just for demonstration purposes, while in production, the initial sign-in should be managed by your application.