fangli/django-saml2-auth

Extract metadata file/URL with django-saml2-auth

chiavariniluca opened this issue · 0 comments

I have a Python-Django project and I'm trying to integrate with a C#/.NET existing website SAML authentication, using their idp.
I absolutely need to generate a metadata file to give to whoever manages the IdP (C#/.NET website) to implement SSO.
How can I implement it?