Ask Your Question
0

What is the method for monitoring unsuccessful login tries using an Azure AD B2C Custom Policy?

asked 2023-05-20 17:47:51 +0000

bukephalos gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2023-05-20 18:02:01 +0000

ladyg gravatar image

The method for monitoring unsuccessful login tries using an Azure AD B2C Custom Policy involves the following steps:

  1. Create an application in the Azure AD B2C tenant that will serve as the monitoring application. This application will receive the unsuccessful login attempts and store them in a database or log.

  2. Modify the Custom Policy XML to include a ClaimsTransformation that will extract the necessary information from the unsuccessful login event, such as the user name and the login timestamp.

  3. Add an orchestration step in the Custom Policy that will call the ClaimsTransformation and pass the information to the monitoring application.

  4. Configure the monitoring application in Azure to receive the information and store it in a database or log.

  5. Implement a mechanism to periodically review the stored information and generate alerts or reports as necessary.

Note that the specific implementation details may vary depending on the requirements of the particular application and the available resources.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-20 17:47:51 +0000

Seen: 9 times

Last updated: May 20 '23