HewlettPackard / jupyterhub-samlauthenticator

jupyterhub-samlauthenticator
MIT License
36 stars 25 forks source link

Encrypted AuthnResponse #41

Open LukasMueller187 opened 4 years ago

LukasMueller187 commented 4 years ago

Hi, are there any plans to support encrypted AuthnResponses? The physical constraints verification fails and of course the username lookup too. This is due to the data being wrapped and encrypted in a .

Regards

distortedsignal commented 4 years ago

Not presently, but we are absolutely accepting PRs.

toms-place commented 3 years ago

I am currently workin on it. Please see my fork. I am using python3-saml and need help rewriting the tests to be able to push a PR.