dotnet / dotnet/AspNetCore.Docs
App Registrations config is missing detail
- Dominant language
- C#
- Stars
- 13.1k
- Forks
- 24.6k
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 97
Description
### Description
It was unclear what configuration settings to use within the Azure App Registration for the Platform Configurations.
I was able to get this to work using:
**Web**
Redirect URL https://localhost:1234/signin-microsoft
Access tokens - OFF
ID tokens - ON
Allow public client flows - OFF
However I'm not convinced that these are the correct (most secure) settings, please help!
### Page URL
https://learn.microsoft.com/en-us/aspnet/core/security/authentication/social/microsoft-logins?view=aspnetcore-8.0
### Content source URL
https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/security/authentication/social/microsoft-logins.md
### Document ID
ce69b990-0b4c-abda-cd2d-68f85cd8031e
### Article author
Rick-Anderson
Contributor guide
Assessment
This issue has not been assessed yet.