You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expected requests /test/entities/https%3A%2F%2Fidp-test.univ-paris1.fr
Current Behavior
It did /test/entities/%7Bsha1%7Dd75d16c821f38b1bf6e33dc3d4d44e542a9f6786 which is not handled by mdq.federation.renater.fr (I will contact them to add sha1 support)
My only issue with my patch is the mix of types for param entity_transform: it currently expects a function or None. I added the possibility to handle string "percent_encoded". If it's ok for you, i can PR right away!
Code Version
8.4.0 (via docker)
Expected Behavior
With
I expected requests
/test/entities/https%3A%2F%2Fidp-test.univ-paris1.fr
Current Behavior
It did
/test/entities/%7Bsha1%7Dd75d16c821f38b1bf6e33dc3d4d44e542a9f6786
which is not handled by mdq.federation.renater.fr (I will contact them to add sha1 support)Possible Solution
Suggested tested solution:
with new feature from prigaux/pysaml2@562dd2d
Steps to Reproduce
This is currently failing : https://filex-ng-test.univ-paris1.fr/Shibboleth.sso/Login?entityID=https://satosa.univ-paris1.fr/filex_ng_test/idp.xml
The text was updated successfully, but these errors were encountered: