Reputation: 1
What are the hybrid identity management and federation options in GCP? For example, in Azure, there are Password Hash Synch, Pass-Through, ADFS and in AWS, AD Connector, Managed MS AD, etc. What are they in GCP and what are the pros/cons and requirements or best practice, etc. for each approach?
Upvotes: 0
Views: 309
Reputation: 1384
Google has extensive documentation here: https://cloud.google.com/solutions/authenticating-corporate-users-in-a-hybrid-environment
You might want to be more specific about the nature of your hybrid cloud. For instance, if you are using active directory, the docs are here: https://cloud.google.com/solutions/federating-gcp-with-active-directory-introduction
For a multi-cloud with Azure AD, here: https://cloud.google.com/solutions/federating-gcp-with-azure-active-directory
For LDAP, try here: https://cloud.google.com/solutions/patterns-for-authenticating-corporate-users-in-a-hybrid-environment#exposing_an_on-premises_ldap_directory_to_gcp
If you give more details, it will enable people to help you more.
Upvotes: 1
Reputation: 1180
Google Cloud supports Cloud Identity as their managed IDaaS. How to manage the hybrid identity are well documented https://cloud.google.com/solutions/patterns-for-authenticating-corporate-users-in-a-hybrid-environment
Upvotes: 0