AzureAD / microsoft-authentication-library-for-java

Microsoft Authentication Library (MSAL) for Java http://aka.ms/aadv2
MIT License
284 stars 142 forks source link

[Feature Request] Add an interactive auth sample (with WAM) #720

Open bgavrilMS opened 11 months ago

bgavrilMS commented 11 months ago

MSAL client type

Public

Problem Statement

https://learn.microsoft.com/en-us/azure/active-directory/develop/sample-v2-code?tabs=apptype - does not have any public client recommended flow - only ROPC, device code flow and IWA.

We should add an interactive browser sample, using WAM on Windows and system browser elsewhere.

Proposed solution

Consider dropping WIA sample.

Alternatives

No response