Programmatically Detect which region AWS SSO is enabled in.

0

Is there a way to programmatically detect which region AWS SSO is enabled in? I dont see anything in the APIs. However I see that AWS Console displays the region in which it is enabled by making a call to : https://us-east-1.console.aws.amazon.com/singlesignon/api/peregrine operation: "DescribeRegisteredRegions" path: "/control/"

Is there anyway we can achieve the same via APIs?

已提问 2 年前566 查看次数
1 回答
0

I don't see that this is available in existing APIs. The way I have solved similar situations in the past is to populate a Parameter Store parameter in each of my active regions that defines the SSO region. Another option is Secrets Manager and have it replicate the secret to your active regions. Now you can get the SSO region via an API call.

profile pictureAWS
专家
kentrad
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则