[Feature Request] Simplify default redirect URIs suggested by MSAL #2089
Open
Description
Is your feature request related to a problem? Please describe.
There are too many redirect URIs in use today - obo::urn, UseRecommendedRedirectUri etc.
Describe the solution you'd like
For public client, the default should be:
- embedded redirect uri on .net fx and .net core on Windows (assuming we will have embedded browser on .net core)
- http://localhost on Mac and Linux for system browser support
For confidential client, probably Microsoft.Identity.Web can suggest good defaults.