Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.65 KB

File metadata and controls

51 lines (30 loc) · 1.65 KB

1. About

This repo demonstrates how to use Microsoft Entra ID in Spring Boot application by spring-security.

2. Ask for help

If you have any question about these samples, please ask by creating a new github issue.

3. Homeworks

Each sample has homework, you can get the answer in homework answers.

4. Sample applications

4.1. Servlet

4.1.1. OAuth 2

  1. login
  2. client-access-resource-server
  3. resource-server-check-permissions-by-claims-in-access-token
  4. client-access-multiple-resource-server
  5. resource-server-support-on-behalf-of-flow

4.1.2. SAML2

To be done.

4.2. Reactive

4.2.1. Web flux

4.2.1.1. OAuth2

  1. spring-cloud-gateway