Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

que: Implementing the new indentitystore APIs? #82

Open
sonrai-doyle opened this issue Sep 2, 2022 · 3 comments
Open

que: Implementing the new indentitystore APIs? #82

sonrai-doyle opened this issue Sep 2, 2022 · 3 comments
Assignees
Labels
feature New feature or request question Further information is requested
Milestone

Comments

@sonrai-doyle
Copy link

Amazon just announced new APIs to manage SSO users and groups, I'm hoping to get a first impression if there's any interest in migrating to them?

https://aws.amazon.com/blogs/security/announcing-new-aws-iam-identity-center-apis-to-manage-users-and-groups-at-scale/

https://docs.aws.amazon.com/sdk-for-go/api/service/identitystore/

@sonrai-doyle sonrai-doyle added the question Further information is requested label Sep 2, 2022
@christiangda
Copy link
Contributor

christiangda commented Sep 5, 2022

hi @sonrai-doyle I tried this before but it has the same limits as SSO API (50 users and groups)

but looks like now they support the pagination of the users and groups
aws/aws-sdk#109

I will check the Go SDK to be sure supports a wildcard "*" filter or something to retrieve the entities

here my example in the thread aws/aws-sdk#109 (comment)

@christiangda
Copy link
Contributor

This new API /https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/identitystore#pkg-overview) support all the operations I need to deprecate the AWS SSO SCIM API (https://docs.aws.amazon.com/singlesignon/latest/developerguide/supported-apis.html), So I will work in creating a new big release with these changes

@christiangda christiangda self-assigned this Sep 5, 2022
@christiangda christiangda added this to the V0.1.0 milestone Sep 5, 2022
@christiangda christiangda added the feature New feature or request label Sep 5, 2022
@christiangda christiangda modified the milestones: V0.1.0, v1.0.0 Sep 8, 2022
@sonrai-doyle
Copy link
Author

I wanted to follow up that I've become aware of an AWS supported method for integrating AWS SSO with Google Workspace. I am going to try it out and see if it provides the same features as this project.

https://docs.aws.amazon.com/singlesignon/latest/userguide/google-idp.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants