Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pranavgarg/f3857b05710f251a1342 to your computer and use it in GitHub Desktop.
Save pranavgarg/f3857b05710f251a1342 to your computer and use it in GitHub Desktop.
Migrating from Wind to CAS Server running Wind Protocol
Changing from Wind Authentication to CAS Server running wind protocol is just as easy as changing domain names for login and validation.
Wind Authentication:
---------------------------------------------------------
LoginURL: https://wind.columbia.edu/login?service=[Optional]&destination=[destination-URI]
ValidationURL: https://wind.columbia.edu/validate?ticketid=[service-ticket]
[service] parameter is not really required on CAS. Even if you pass it would not matter.
Switching to CAS Server running Wind protocol:
---------------------------------------------------------
LoginURL: https://cas.columbia.edu/cas/login?destination=[destination-URI]
ValidationURL: https://cas.columbia.edu/cas/validate?ticketid=[service-ticket]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment