You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.
Is your feature request related to a problem? Please describe.
Some partners need to provide their own Web View
Describe the solution you'd like
Like in MSAL.NET, provide an extensibility mechanism: a new interface
ICustomWebUi
to be implemented by extendersOn the .NET Framework - both .NET Fx and .NET Core - provide a new constructor to
PlatformParameters
Add more error messages to surface errors with extensions:
and in .NET core provide both the class and the constructor
See https://aka.ms/msal-net-3x for details about the MSAL.NET
The text was updated successfully, but these errors were encountered: