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
Currently WindowsProvider only supports MSA login. If a developer wants to support AAD, they must switch to use MsalProvider instead. The native WAM APIs support AAD login, the support just needs to be added.
Describe the solution
Enhance the WindowsProvider to handle AAD login and add an additional Aad value to the WebAccountProviderType enum.
By default, the WindowsProvider is already coded to handle All account types, so AAD should work without any additional configuration.
To ONLY target AAD login, WebAccountProviderType can be explicitly set using the new value, WebAccountProviderType.Aad.
The text was updated successfully, but these errors were encountered:
Describe the problem this feature would solve
Currently WindowsProvider only supports MSA login. If a developer wants to support AAD, they must switch to use MsalProvider instead. The native WAM APIs support AAD login, the support just needs to be added.
Describe the solution
Enhance the WindowsProvider to handle AAD login and add an additional
Aad
value to theWebAccountProviderType
enum.By default, the WindowsProvider is already coded to handle
All
account types, so AAD should work without any additional configuration.To ONLY target AAD login, WebAccountProviderType can be explicitly set using the new value,
WebAccountProviderType.Aad
.The text was updated successfully, but these errors were encountered: