1 Answer
- Newest
- Most votes
- Most comments
0
Have you looked into IAM Identity Center (successor to AWS Single Sign-On)? This service is has more centralized capabilities vs AWS IAM.
Check out this list of applications that already has built integrations with IAM Identity Center. These integration I know does support Federation between AWS and those service providers, but as far as SCIM integration, you would likely need to implement a custom solutions. For example :
- You can use AWS Lambda or another compute service to create a script that periodically exports IAM user data and transforms it into the appropriate format, such as SCIM, for the target service provider. Then, you can set up an API to receive the transformed data in the target service provider.
Keep in mind that this custom solution will require ongoing maintenance and updates to ensure compatibility and security.
See the official documentation for AWS IAM Identity Center for more details
answered 2 years ago
Relevant content
- asked 2 years ago
- asked 3 years ago
- asked 3 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 4 years ago
- AWS OFFICIALUpdated 10 months ago