djangosaml2idp icon indicating copy to clipboard operation
djangosaml2idp copied to clipboard

SAML 2.0 Identity Provider in Django

Results 41 djangosaml2idp issues
Sort by recently updated
recently updated
newest added

This is a minimal change required to provide at least the possibility of supporting multiple SP entries with the same entity id. It's required specifically to support multiple integrations with...

I have a dilemma: I need to integrate with multiple AWS services via IdP initiated Saml. Unfortunately, AWS has a single entity ID for all services so I need a...

- `cryptography` package appears to have a dependency on Rust now. https://github.com/pyca/cryptography/issues/5771 - IDP XML appeared to be out of date.

I am struggling to run the example setup. I am getting error while authenticating via idp. Error: saml2.response.IncorrectlySigned Here is the traceback: [18/Jun/2020 13:41:26] "GET /login/?next=/idp/login/process/ HTTP/1.1" 200 965 SSO...

[This change](https://github.com/OTA-Insight/djangosaml2idp/commit/4060fc3e1aabe0a1b1a5478eefe8cd3488db6a4b#diff-01962c3bc56d6968897620f900e707fcR21) introduced model backed Service Providers. This prevents the user from ever specifying a different SP metadata source (for example an MDQ server): ```python SAML_IDP_CONFIG = { "metadata": {...

In this issue will talk about development of an User Agreement Screen. Previous discussion about uses case [here](https://github.com/OTA-Insight/djangosaml2idp/issues/22)

If an AuthnRequest came with forceauthn = true, it means that the user must renew his autentication through login form

I am working on a project where I want to configure some defaults like the default `Processor` to be used and default `Attribute mapping`. However I can't seem to find...

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...