IdentityPython / djangosaml2

Django SAML2 Service Provider based on pySAML2
Apache License 2.0
258 stars 143 forks source link

Extract metadata file/URL with djangosaml2 #369

Open chiavariniluca opened 1 year ago

chiavariniluca commented 1 year ago

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?

peppelinux commented 1 year ago

djangosaml2 exports a signed metadata, here https://github.com/IdentityPython/djangosaml2/blob/master/djangosaml2/urls.py#L26