Click HERE to see how Saviynt Intelligence is transforming the industry. |
05/21/2024 03:38 AM
Hi,
As the current OOTB AWS connector does not support the integration with AWS Idnetity center, can we use a rest connector to connect withe AWS identity center?
We have followed this forum post : https://forums.saviynt.com/t5/identity-governance/can-we-use-aws-connector-to-integrate-with-aws-ide...
05/23/2024 06:35 AM
As mentioned in the referance post, this is stillunder progress, once available, it should be released under release notes. Please check the API reference documents of the application and check if it exposes REST connectivity.
If yes, try connecting with Postman and perform API calls, which can then be connected with Saviynt using REST Connector.
05/23/2024 11:35 PM
In the reference forum post they also mention that even though we import the accounts and groups using SCIM apis, we cannot associate the account to entitlement. Our requirement is also the similar kind. Wanted to check if that issue has any workaround as the OOTB connector is not there.
05/23/2024 09:38 PM
You can use REST Connector
AWS Identity Center (formerly AWS Single Sign-On) provides centralized access management for AWS accounts and applications. To manage identities and their access within AWS Identity Center, you can utilize the AWS Identity Center CRUD (Create, Read, Update, Delete) operations through AWS APIs. This can also be extended to Identity Governance and Administration (IGA) using REST APIs.
Create
Read
Update
Delete
IGA focuses on policies and processes that ensure appropriate access to resources. AWS Identity Center's IGA capabilities are managed through its APIs and can include:
AWS provides RESTful APIs for integrating and managing AWS Identity Center. The APIs are well-documented in the AWS Identity Center API Reference.
Example REST API Call:
To create a user via REST API, you can send a POST request to the CreateUser endpoint.
For IGA operations, similar REST API calls can be structured to manage and govern identities effectively.
05/23/2024 11:33 PM
In the reference dorm post they also mentions that even though we import the accounts and groups using SCIM apis,we cannot associate the account to entitlement. Our requirement is also the similar kind. Wanted to check if that issue has any workaround as the OOTB connector is not there.
05/23/2024 11:34 PM
In the reference forum post, they also mention that even though we import the accounts and groups using SCIM apis, we cannot associate the account to entitlements. Our requirement is also the similar kind. Wanted to check if that issue has any workaround as the OOTB connector is not there.