Reputation: 1383
I have a web application for which users are being managed in the Azure AD. Every time a user logs in the app, the app should be able to authenticate the user against Azure AD in a non-interactive way. I am able to get the access token to my app registered in AD using the admin account. Now using this token I want to be able to authenticate a user in the AD. How is this possible using the ADAL4J api?
Upvotes: 0
Views: 938