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

Hi everyone! My team and I are working on a project where we have to use SAML together with django and your example of how to create an IdP and...

I am implementing `SSO` with `SAML2` but i am going through trouble. I am using these lib: https://github.com/OTA-Insight/djangosaml2idp https://github.com/IdentityPython/djangosaml2 The `SP` is working well, there issue with the `idp` This...

I am trying to implement SAML auth with Mautic(https://docs.mautic.org/en) as SP and my django app as IDP. I have added SP information using admin panel of Django app. However, when...

This is based on the code in master on 2/11/2022. I followed the example_setup instructions to create the docker containers and they both started up. No problems there. I created...

Facing issues understanding the db configuration for SP. Please update the doc with minimal working example with SP configuration via django admin. @mhindery

Hi, I'm trying to run example_ Setup, IDP and SP can run. But when I visit (SP) http://10.10.80.160:8000/ There is a problem when the mouse clicks the login button ![3](https://user-images.githubusercontent.com/28665234/168429928-9b87f27f-b5da-43a0-b466-7d72be3f5c1b.jpg)...

Is there a way to capture 'SAMLResponse' without redirect to ACS URL. I'm using djangosaml2idp as Identity Provider for AWS IAM Federation SSO Login. And I want to use AWS...

This PR follows the pattern used in django-oauth2-toolkit - and is suggested in #90 I have a need to extend the ServiceProvider model to add some additional features so I...

hi, how get generate a metadata file that has claims to provide to SP? Thank you

hi, how about new solution rather than pull Remote metadata URL past data on Local Metadata XML?