I see this as part of the code (https://github.com/apereo/cas/blob/master/core/cas-server-core-services-authentication/src/main/java/org/apereo/cas/authentication/principal/DefaultResponse.java). In getRedirectResponse method does what you are saying. I am not sure if url encoding can handle this.
On Friday, February 19, 2021 at 3:14:12 AM UTC+5:30 Cutting, Shawn wrote: > Thanks for your input, Ray. Yes, that is how the URL is. I have a > request into the client to see if there is a way to eliminate the #. > > Shawn > > On Feb 18, 2021, at 3:24 PM, Ray Bon <[email protected]> wrote: > > [image: [***CAUTION*** This email originated from outside of Messiah > University]] > > Shawn, > > Is the '#' really bare like that? And the continuation of the path, > '/login-page', following it? > > Is it possible for the client to encode the url (this may / may not would > work)? > > Ray > > On Thu, 2021-02-18 at 09:09 -0800, Shawn Cutting wrote: > > Notice: This message was sent from outside the University of Victoria > email system. Please be cautious with links and sensitive information. > > > Good Day, > I am running into an issue with a service URL that includes a "#"... > example like this: > https://service-site.com/#/login-page > The issue is that after CAS authenticates, it is returning the URL of: > https://service-site.com/?ticket=ST-370468-randomticketstuff#/login-page > (note the #/login-page at the end of the ST info). How can I get CAS to > return back to the original URL? > > Thanks for your insight. > Shawn > > -- > > Ray Bon > Programmer Analyst > Development Services, University Systems > 2507218831 <(250)%20721-8831> | CLE 019 | [email protected] > > I respectfully acknowledge that my place of work is located within the > ancestral, traditional and unceded territory of the Songhees, Esquimalt and > WSÁNEĆ Nations. > > -- > - Website: https://apereo.github.io/cas > - Gitter Chatroom: https://gitter.im/apereo/cas > - List Guidelines: https://goo.gl/1VRrw7 > - Contributions: https://goo.gl/mh7qDG > --- > You received this message because you are subscribed to a topic in the > Google Groups "CAS Community" group. > To unsubscribe from this topic, visit > https://groups.google.com/a/apereo.org/d/topic/cas-user/7ER2rRA95ug/unsubscribe > . > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/a/apereo.org/d/msgid/cas-user/edb12f0738abcc54371b522bcd923db974bef07e.camel%40uvic.ca > > <https://groups.google.com/a/apereo.org/d/msgid/cas-user/edb12f0738abcc54371b522bcd923db974bef07e.camel%40uvic.ca?utm_medium=email&utm_source=footer> > . > > > -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/79e0a729-3b9c-41d3-a34a-4e58783f2fa1n%40apereo.org.
