Can there only ever be one identity source in IAM identity center at a time?

0

is there only ever one identity source in identity center? The API appears to return an array of instances, but i can't see how you can have more than one at a time.

https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_ListInstances.html

profile picture
질문됨 10달 전327회 조회
1개 답변
4

You can only have one identity source per organization in an AWS Organization. Refer Manage your identity source documentation and FAQ question Can I connect more than one identity source to IAM Identity Center.

On your second question, why ListInstances returns array of instances, I'd suggest you to look at FAQ question How do I start using IAM Identity Center, point #2 says following:

 You can also change directory to connect to a Microsoft AD directory by clicking through a list of Managed Microsoft AD and AD Connector instances that IAM Identity Center discovers in your account automatically. 

There can be multiple AD Connector instances that IAM Identity Center discovers in your account automatically and caller who has access to this IAM Identity Center, may get list of all those instances.

Hope it helps.

Abhishek

profile pictureAWS
전문가
답변함 10달 전
profile picture
전문가
검토됨 10달 전
  • Maybe using the ListInstnaces API is not what I want to use.. What i want to find is the IdentityStoreId.. Will this be the same for all instsances perhaps?

    I could'nt find a better API to call. I really need to do this programatically..

  • Yes, that's right, identity store id would be same as there would be one identity store only. Unfortunately there is no API or CLI command available to fetch the identity store id programmatically. Hope that answers your question. Completely optional, if this answers your question, you can approve the answer.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인