biswabandhu21 / active-directory-java-webapp-openidconnect

A server app that uses Azure AD and the ADAL4J library for authenticating the user and calling a web API using OAuth 2.0 access tokens.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integrating Azure AD into a Java web application

There's a newer version of this sample taking advantage of the Microsoft identity platform (formerly Azure AD v2.0)

Check it out: https://github.com/Azure-Samples/ms-identity-java-webapp

If you really need to access this Azure AD v1.0, you can navigate to the master branch, but please know that it's no longer supported.

About

A server app that uses Azure AD and the ADAL4J library for authenticating the user and calling a web API using OAuth 2.0 access tokens.


Languages

Language:Java 84.1%Language:PowerShell 15.9%