AWS - IAM Identity Center Integration

Modified on Tue, 26 Sep 2023 at 12:17 PM

Prepare AWS IAM Identity Center User for integration

Please refer to official document for more details.


Create a policy for integration

  1. Login to your AWS account and go to IAM
  2. Click Policies and click on Create Policy
  3. Click on JSON tab and copy/paste the below code. Click Next.
    {
    "Version": "2012-10-17",
    "Statement": [
    {
    "Effect": "Allow",
    "Action": [
    "identitystore:List*"
    ],
    "Resource": "*"
    }
    ]
        }
  4. Input an arbitrary Policy Name and click on Create policy

Create IAM User with the policy

  1. Click on Users and click Create User button
  2. Input User name and click Next
  3. Select the created policy click Next
  4. Review and click Create User
  5. Select the created user’s Security credentials tab and click Create Access Key
  6. Select Third party service and click Next. Skip tag and complete creating access Key


Integrate with Josys

  1. Go to IAM Identity Center > Settings to get the value of Region and Identity Store ID
  2. Input Region, Identity Store ID, Access Key ID and Secret Access Key
  3. Click Next to complete integration


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article