Home > Mobile >  Microsoft Login authentication in desktop application java
Microsoft Login authentication in desktop application java

Time:11-07

I want authenticate my app with Microsoft login , I have client id and tenant id

I have not know what exact flow how to do any one can help me

CodePudding user response:

You can choose the Integrated windows auth flow , please check the docs - https://github.com/Azure-Samples/ms-identity-msal-java-samples/tree/main/2. Client-Side Scenarios/Integrated-Windows-Auth-Flow

hope this helps

Thanks

  • Related