Skip to content

Replaced incorrect link in README.md #340

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions SSOSamples/SSOwithEntraID/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<br>

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