Questions tagged [adal4j]

Azure Active Directory Authentication Library for Java (adal4j)

62 questions
0
votes
1 answer

Validate Token using adal4j?

After recieving a token using acquireTokenByAuthorizationCode. How can I verify the token against the azure AD? @Override public void validateToken(String jwt) { //how to verify }
Middy
  • 99
  • 1
  • 9
-1
votes
1 answer

How to check user credentials in AZURE AD when acquired token using appId/appSecret (adal4j)?

I've created webapp (not native) in Azure AD. I have java code (adal4j) that acquire token using appId/appSecret credentials: String clientId = "xxxxxxxxxxxxxxxxxxxxxx"; String clientSecret = "yyyyyyyyyyyyyyyyyyyyyy"; String resourceUrl…
piotrassss
  • 205
  • 1
  • 4
  • 10
1 2 3 4
5