OTA-Insight / djangosaml2idp

SAML 2.0 Identity Provider in Django
Apache License 2.0
104 stars 97 forks source link

Custom Processors not working #63

Closed sarthakk97 closed 4 years ago

sarthakk97 commented 4 years ago

We need to send a few additional attributes in our usecase. However , we seem to be getting a crash when we use a custom processor. Additionally , only the username attribute is present in the SAML response. Could you look into this? I see that there's a recent commit that I believe addresses this issue.

If I'm right , could you fast track the process and make the latest release soon? We would really appreciate it. Thanks!

mhindery commented 4 years ago

Hi @sarthakk97 , I've pushed v0.6.3 to pypi, which has as only change this MR: https://github.com/OTA-Insight/djangosaml2idp/pull/61/files If that doesn't solve your issue, could you give a little bit more info about what you are doing and what is going wrong? Some code to replicate it (if possible using the example setup included as that's easily set up on my side as well) and a stacktrace or error message you're getting, so I know where to look.

mhindery commented 4 years ago

Hi @sarthakk97 , I'm going to close this issue as I did not get any reply, so there is nothing to do here. Let us know if you still cannot get this to work (preferably with the latest release).