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
preguntada hace 10 meses322 visualizaciones
1 Respuesta
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
EXPERTO
respondido hace 10 meses
profile picture
EXPERTO
revisado hace 10 meses
  • 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.

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas