I am trying to integrate Google SSO with an application. During the Google wizard to create the application it provides an SSO Url in the form of but I can't find much documentation about how to use that URL. Anyone has any example using Python or documentation about how to deal with the Google SSO Url?
Asked
Active
Viewed 939 times
3
-
1Possible duplicate of [Python - Logging in to Site with SAML 2.0](https://stackoverflow.com/questions/28989567/python-logging-in-to-site-with-saml-2-0) – rfkortekaas Mar 08 '19 at 18:56
-
check out https://github.com/onelogin/python-saml – aedry Mar 11 '19 at 22:42