-
Notifications
You must be signed in to change notification settings - Fork 93
Description
I believe the following points in the Readme instructions are incorrect:
1.In the "Register the Web app (Quickstart-AspNetWebApp)" section, it mentions registering the Redirect URIs with https://localhost:44368/signin-oidc, but doing so results in an error. It works correctly without this registration.
2.In the "Configure the Web app (Quickstart-AspNetWebApp) to use your app registration" section, it states to specify parameters in the AppModelv2-WebApp-OpenIDConnect-DotNet\Web.config file, but in the current code, it should be specified in appsettings.json.
3.In appsettings.json, it is not only clientId and TenantId that need to be specified, but also ClientSecret. However, there is no explanation about the secret in the app registration section.