I need to use saml2 authentication using python3.9 and not sure where to start or how to do it.
I have the following details for the authentication.
url = https://login.microsoftonline.com/<app_id>/saml2
app_id = 1234567890
ObjectID = a1b2c3d4e5f6
TenantID = z9x8r7ty46ff
Am I missing any variables?
Could someone please provide a basic code sample of how to do this?
I have tried the links in the following Stack Overflow Question but don't seem to come right with it.
https://stackoverflow.com/questions/5056475/python-library-for-implementing-saml2-based-service-provider-and-identity-provid?rq=1