简体   繁体   中英

If Google Cloud Platform is configured with SAML on ADFS, can you integrate security with just AD using an LDAP connection?

We have tried configuring SAML on ADFS and want to know if you can choose to to integrate with AD using an LDAP Connection as a simpler approach, or will this not be an option if SAML is in place? We haven't had much success as of yet, and wanted to get other experiences or opinions.

If GCP has the ability to talk to a remote AD via LDAP (typically by installing a connector on the AD server or direct LDAP calls), that would be a possibility but it's not federation, you won't get claims and you won't get SSO.

To do this you need SAML.

There are two levels:

  • Adding LDAP as an identity store if you need an LDAP that's not AD. Otherwise use AD out of the box.

  • Setting up a SAML connection to ADFS by exchanging metadata and basing the claims rules on the identity store

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM