django-saml2-auth
django-saml2-auth copied to clipboard
Ability to access SAML Response to integrate with OAuth2 Clients
Azure AD supports SAML Assertion OAuth Token approach, where user's SAML Token can be used to get the OAuth2 token. This token then used to query user specific O365 objects using Graph API.
If there are other alternatives to get the SAML Response during user's session, please suggest.