简体   繁体   中英

Python, Is there any way to login to google cloud identity that then connects through SAML to Azure AD?

As in the user clicks a link, and instead of being presented with google login page he is presented with azure, however in the backend the server connects through oauth to google cloud identity and then shows the user the SAML login page for Azure.

Below an image that represents what I mean在此处输入图片说明

Keeping in mind I already have third party SSO enabled, and already tested logging in to google console from Azure AD and it works fine, however when I try to do it programatically by calling google Oauth2 I get the login page from google, then then the login page from Azure and finally an error.

I suggest following this guide in Federating Google Cloud with Azure Active Directory: Configuring provisioning and single sign-on . The login process should function similarly to what you detailed.

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