you need a SAML library for Python. try:
How to extend authentication for a C#/.NET web app to Django project?
Luca Chiavarini
71
Reputation points
I have a C#/.NET web site with SAML authentication implemented on it. In a page of this web site, I put a link for another web site, made in Python-Django, and I need to implement the same authentication system. So, it's like I want to extend the same authentication to Django website (same IAM).
Technically, the Django site should know how to get its own SAML token. So I should redirect to the URL hosted by that site which will initiate the SAML handshaking.
How can I implement it for the Python-Django web site?
Microsoft Security Microsoft Authenticator
9,246 questions
Developer technologies .NET Other
4,103 questions
Developer technologies C#
11,567 questions
1 answer
Sort by: Most helpful
-
Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
2023-03-16T15:58:37.99+00:00