'how to replace ping Id with Azure?

I am working on maven project and using ping federation user authentication but nw want to change it to azure .Any idea how to change ping to azure?



Solution 1:[1]

You can create a Java app with the [Spring Initializr] that uses the Spring Boot Starter for Azure Active Directory (Azure AD) to use azure authentication for project by following the below steps:

  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.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 RajkumarMamidiChettu-MT