Skip to content

Latest commit

 

History

History
 
 

aad-web-application-and-resource-server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

OAuth 2.0 Sample for Azure AD Spring Boot Starter

Key concepts

This scenario supports Web application and Resource server in one application.

Getting started

We assume that when used as a Resource server, it is called WebApiC; when used as a Web application, it is called WebApp2.

Configure web app

See Configure web application for more information about web app.

Configure groups for sign in user

See Configure groups for sign in user for more information about groups for sign in user.

Configure web api

See Configure your middle-tier Web API or Configure Web API for more information about web api.

Advanced features

Run with Maven

cd azure-spring-boot-samples/aad/spring-cloud-azure-starter-active-directory/aad-web-application-and-resource-server
mvn spring-boot:run

Check the authentication and authorization.

See Check the authentication and authorization of Web Application or Check the authentication and authorization of Resource Server for more information about checking.

Troubleshooting

Next steps

Contributing