- Newest
- Most votes
- Most comments
Hi Gagan,
Please go through the below steps i hope it will helps to resolve your issue.
Implementing AWS Federated SSO with Google Workspace Using AWS Federated SSO (Single Sign-On) with Google Workspace allows users to log in to AWS using their Google Workspace credentials. Here’s how this affects your existing AWS IAM users
Impact on Existing AWS IAM Users
Two Ways to Log In:
- AWS IAM Credentials: Users who currently log in with AWS IAM credentials (username and password) can continue to use these credentials. Implementing SSO does not disable their IAM credentials.
- Google Workspace SSO: Users can also log in using their Google Workspace credentials.
Smooth Transition:
- Users can choose to log in either with their existing AWS IAM credentials or with their Google Workspace credentials. This makes the transition easy and flexible.
User Experience:
- SSO Login: Users will be redirected to the Google Workspace login page to enter their Google credentials.
- IAM Login: Users can still use their IAM credentials as they normally do.
Steps to Implement AWS Federated SSO with Google Workspace
Set Up Google Workspace as a SAML IdP:
- Configure Google Workspace to act as a SAML Identity Provider (IdP) for AWS.
- Follow the setup guide: Google Workspace SAML SSO Setup.
https://support.google.com/a/answer/12032922?hl=en
Create an AWS IAM Identity Provider:
In AWS, create a new SAML identity provider and upload the SAML metadata XML file from Google Workspace. Refer to the AWS guide: AWS SAML Identity Providers.
https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_saml.html
Configure AWS SAML Roles:
- Define IAM roles in AWS that users from Google Workspace can assume.
- Map attributes from Google Workspace to AWS roles to control access.
Detailed steps: AWS SAML Role Configuration.
https://docs.aws.amazon.com/IAM/latest/UserGuide/introduction.html
Keeping IAM Credentials Active
To ensure users can still log in with their AWS IAM credentials:
- Keep IAM Credentials Active: Make sure IAM credentials are not disabled.
- Inform Users: Let users know about the new SSO option and how to use their Google Workspace credentials.
Relevant content
- asked 4 years ago
- asked 2 years ago
- AWS OFFICIALUpdated a year ago
