SAML-Toolkits / python3-saml

MIT License
672 stars 302 forks source link

Extract metadata file/URL with python3-saml #351

Closed chiavariniluca closed 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?

pitbulk commented 1 year ago

The Django Demo contains a metadata method that contains an example on how generate the XML file

Here you have another example: https://github.com/SAML-Toolkits/python3-saml#the-sp-endpoints