如何用 Azure 替换 ping Id?

how to replace ping Id with Azure?

我正在开发 maven 项目并使用 ping 联合身份验证,但我想将其更改为 azure。知道如何将 ping 更改为 azure 吗?

您可以使用 [Spring Initializr] 创建一个 Java 应用程序,该应用程序使用 Spring Azure Active Directory 启动程序( Azure AD) 按照以下步骤对项目使用 azure 身份验证:

  1. Create an app using Spring Initializr.

  2. Create Azure Active Directory instance.

  3. Add an application registration for your Spring Boot app.

  4. Add a user account to your directory, and add that account to an appRole.

  5. Configure and compile your app.

  6. Build and test your app.