URL encoding the entity ID in Velocity
Wessel, Keith
kwessel at illinois.edu
Wed Feb 3 13:19:12 EST 2016
Hi,
We're adding a link to our IDP login page that will point users back to the centralized discovery service should they choose the wrong campus. That'll allow them to clear their selection and try again.
We could just make this a static page, but we'd ideally like to pass the entityID of the SP back to the discovery service. To do this, I'm thinking we'll ned to URL encode the entityID. Is there an easy way to do this in Velocity witouth changing the IDP source to pass another variable into Velocity to define a java.net.URLEncoder object?
Or is there another way to encode this?
Or can I perhaps just grab the URL-encoded entityID from the request object somehow?
Thanks,
Keith
More information about the users
mailing list