- Newest
- Most votes
- Most comments
Hello.
As far as I know, IAM Identity Center does not have a function to lock accounts due to authentication failure.
Therefore, when signing in through IAM Identity Center, it is necessary to independently create a process that uses EventBridge to trigger a Lambda function (or other actions) based on events recorded in CloudTrail.
This process should determine whether the authentication has failed, and if it has, revoke the permissions of the IAM Identity Center.
The events recorded in CloudTrail when signing in with IAM Identity Center are described in the following document.
https://docs.aws.amazon.com/singlesignon/latest/userguide/understanding-sign-in-events.html
The configuration image is as follows.
Or, if you are using another IdP for authentication, I think you could use the account lock settings on the IdP side.
https://learn.microsoft.com/en-us/entra/identity/domain-services/troubleshoot-account-lockout
Relevant content
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 2 years ago
