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

Ability to define custom SAML Server class #98

Open
Amertz08 opened this issue Jun 1, 2020 · 0 comments
Open

Ability to define custom SAML Server class #98

Amertz08 opened this issue Jun 1, 2020 · 0 comments

Comments

@Amertz08
Copy link
Contributor

Amertz08 commented Jun 1, 2020

Would be nice to be able to define a custom Server class used out of the saml2 library. We use AWS XRay as an APM and often have to override methods on classes in packages to annotate the values we want to see.

Maybe something like this.

# settings.py
SAML2_SERVER_CLASS = "path.to.MyCustomClass"

Then IdPHandlerViewMixin could use the custom one or default to the standard class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant