Chiavarini
New member
- Joined
- Mar 16, 2023
- Messages
- 3
- Programming Experience
- 10+
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).
How can I implement it for the Python-Django web site?
How can I implement it for the Python-Django web site?