Unicon / shib-cas-authn3

Integrates an external CAS Server and Shibboleth IdPv3.
Apache License 2.0
22 stars 16 forks source link

CAS backward compatibility patch #43

Open auxepaul opened 4 years ago

auxepaul commented 4 years ago

No re-encoding of ':' and '/' of entityId parameters when ShibCAS constructs the CAS service url ; backward compatibility with old CAS servers because they can't validate ST tickets when the encoding changes.

For example, [https://idp.example/idp/Authn/External?conversation=e1s1&entityId=https://sp.example] does not match supplied service [https://idp.example/idp/Authn/External?conversation=e1s1&entityId=https%3A%2F%2Fsp.example]