-
Notifications
You must be signed in to change notification settings - Fork 154
Closed
Labels
QuestionAny questions about how MSAL Java worksAny questions about how MSAL Java works
Description
Hello msal4j team,
I need to acquire tokens using "implicit" grant flow. i don't see any sample example in github for "implicit" grant flow.
com.nimbusds.oauth2.sdk.id.Identifier.GrantType does have GrantType IMPLICIT.
Also, "com.microsoft.aad.msal4j.AcquireTokenByAuthorizationGrantSupplier class" doesnt implement implicit grant flow.
Could anyone let me know the references to the above problem statement?
I have a doubt that in this case, shall I use - ClientApplicationBase.acquireTokenCommon () to acquire token?
Thanks,
Mukul
Metadata
Metadata
Assignees
Labels
QuestionAny questions about how MSAL Java worksAny questions about how MSAL Java works