How can I programmatically access QuickSight after integrating with IAM Identity Center and Okta?

I have integrated QuickSight with IAM Identity Center and IAM Identity Center with Okta.
Now I want to programmatically access QuickSight in order to migrate my dashboards.

  • How can I authenticate and connect to QuickSight’s API after this kind of SSO integration?
  • Are there any example code snippets, SDK instructions, or best practices for accessing QuickSight with IAM Identity Center + Okta?

Any guidance or helpful resources would be much appreciated.
Thank you!

Hi @achourey,
Here is some documentation that may be helpful for your scenario, let us know if this information helps with your case or if you have any additional questions.

This means, your user originating from Okta has the required policies that would allow you to make API calls. You can use language of your choice ( Making API Requests - Amazon QuickSight ) . For example, if you want use to AWS CLI ( Configuring IAM Identity Center authentication with the AWS CLI - AWS Command Line Interface )

Kind regards,
Koushik

1 Like