AWS SSO SCIM API ListGroups members

7

I'm using the AWS Single Sign-On SCIM implementation API for and integration of AWS SSO with Google workspace, the project is here: https://github.com/slashdevops/idp-scim-sync/ and I also contributed in the AWS original one: https://github.com/awslabs/ssosync which is not active anymore.

The integration I did is working fine but it is very inefficient because to find the members of the groups I implemented Bruteforce mechanisms (see here: GetGroupsMembersBruteForce), thanks to that the ListGroups doesn't provide us with the members in the request and there is no other way to have these.

Official documentation:

so, the question is:

When do you be able to include the members list for the ListGroups endpoints?

this API have some time already published and we are waiting so long for this feature.

  • I think this a must when you deal with SSO info, please provide some feedback on it.

gefragt vor 2 Jahren421 Aufrufe
1 Antwort
0

We launched fully paginated AWS standard APIs for managing users and groups at scale in AWS IAM Identity Center.

https://aws.amazon.com/about-aws/whats-new/2022/09/aws-iam-identity-center-apis-manage-users-groups-scale/

AWS
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen