page_type | languages | products | description | urlFragment | ||
---|---|---|---|---|---|---|
sample |
|
|
OAuth 2.0 Sample project for Azure AD Spring Boot Starter client library |
azure-spring-boot-sample-active-directory-webapp-and-resource-server |
This scenario supports Web application
and Resource server
in one application.
We assume that when used as a Resource server, it is called WebApiC
; when used as a Web application, it is called WebApp2
.
See Configure web application for more information about web app.
See Configure groups for sign in user for more information about groups for sign in user.
See Configure your middle-tier Web API or Configure Web API for more information about web api.
cd azure-spring-boot-samples/aad/azure-spring-boot-starter-active-directory/aad-resource-server
mvn spring-boot:run
See Check the authentication and authorization of Web Application or Check the authentication and authorization of Resource Server for more information about checking.