djangosaml2 icon indicating copy to clipboard operation
djangosaml2 copied to clipboard

Django SAML2 Service Provider based on pySAML2

Results 42 djangosaml2 issues
Sort by recently updated
recently updated
newest added

Adding the SAML_CONFIG from https://djangosaml2.readthedocs.io/contents/setup.html#pysaml2-specific-files-and-configuration and changing the values to my needs, i get AttributeErrors when pysaml2 goes to parse the confi File "VENV\lib\site-packages\djangosaml2\conf.py", line 71, in get_config return config_loader(request)...

Hello! I have followed the steps you propose in the documentation and I am able to login to the IdP developed with simplesamlphp. My problem is when after login the...

invalid
question

We are trying to configure our SSO SP for subdomains other than the one that receives the AssertionConsumerService POST. For example: SAML_ALLOWED_HOSTS = ['b.example.com'] SAML_CONFIG = { 'service': { 'sp':...

wontfix

Django profile objects refers to objects that are typically related to the `User` object using `OneToOneField` and store extra information about user. The documentation states: > If you are using...

help wanted
Documentation

I was wondering if you would be open for a possibility to allow [complex lookups](https://docs.djangoproject.com/en/4.0/topics/db/queries/#complex-lookups-with-q-objects) for the user model. My proposal would be to allow another setting (e.g. `CUSTOM_LOOKUP` which...

enhancement
help wanted

Hi, Since pre_user_save and post_authenticated are not any more used, I think it should be great to delete signals.py to avoid a working website wich was using signals to performs...

enhancement
help wanted

docs and some code modification to discuss about it. WIP for #287

Due to the latest cookie restrictions made by modern web browser, eg: samesite cookie, I'm wondering if it were time to rewrite entirely the session backend used to store SAML2...

enhancement
help wanted

Recently we added support for SAML2 Scoping but this is still uncovered by tests. see: https://github.com/IdentityPython/djangosaml2/blob/86a5dc792e29e873714b18600f17e0d7b7e8d657/djangosaml2/views.py#L195 @pauldekkers ^

enhancement
help wanted

Hi, I was looking at the `SAML_CONFIG_LOADER` callable to select an IdP (or possible even set scoping attributes later ;-)) based on other logic. (Since the callable is used in...

Documentation