Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.
Merged
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
2 changes: 1 addition & 1 deletion 6-AdvancedScenarios/4-sign-in-hybrid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Open the project in your IDE (like Visual Studio or Visual Studio Code) to confi

In addition:

1. Open the `App/client/authConfig.js` file.
1. Open the `App/client/src/authConfig.js` file.
1. Find the string `Enter_the_Application_Id_Here` and replace the existing value with the application ID (clientId) of `msal-hybrid-spa` app copied
1. Find the string `Enter_the_Tenant_Info_Here` and replace the existing value with your Azure AD tenant ID.

Expand Down