I got a report from my CAS admin that my service was the only one using the "proxyValidate" endpoint. All others were using "serviceValidate".
It seems this endpoint is hardcoded in lib/casclient/client.rb: validate_url. Why is this? I understand that I can easily override this, so I'm really interested in the design choice here.
I got a report from my CAS admin that my service was the only one using the "proxyValidate" endpoint. All others were using "serviceValidate".
It seems this endpoint is hardcoded in lib/casclient/client.rb:
validate_url
. Why is this? I understand that I can easily override this, so I'm really interested in the design choice here.