Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract metadata file/URL with djangosaml2 #369

Open
chiavariniluca opened this issue Mar 30, 2023 · 1 comment
Open

Extract metadata file/URL with djangosaml2 #369

chiavariniluca opened this issue Mar 30, 2023 · 1 comment
Labels
Documentation Issues that document features and specific configuration/use cases

Comments

@chiavariniluca
Copy link

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
Copy link
Member

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

@peppelinux peppelinux added the Documentation Issues that document features and specific configuration/use cases label Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Issues that document features and specific configuration/use cases
Projects
None yet
Development

No branches or pull requests

2 participants