jeremyschulman / netbox-plugin-auth-saml2

Netbox plugin for SSO using SAML2
119 stars 21 forks source link

Permission Error #46

Open RyanMesser opened 2 years ago

RyanMesser commented 2 years ago

Thought I've been able to upgrade to Netbox 3.0.7, for some reason I get the below error when attempting to login. I tested to if the claim is being sent with SAML decoder and it definitely is.

image

devon-mar commented 2 years ago

If you're using a newer version of pysaml2, it seems to do some manipulation on attribute names (tested on 6.5.2). Try changing the attribute to just emailAddress.

jeremyschulman commented 2 years ago

@RyanMesser - checking in with you to see if you have discovered the cause of your issue. If you have resolved it, could you please add a short note here so that others can learn? Thank you!