1) You may want to read this: https://apereo.github.io/cas/5.0.x/installation/Maven-Overlay-Installation.html Basically, all the html & js & css ... files are generated by cas war overlay, unless you override the particular file You can add a casLoginView.html file in this directory to override the default login UI (haven't tested that yet, but I am pretty sure this works) cas-pac4j-oauth-server-demo\src\main\resources\templates\casLoginView.html 2) I am not familiar with this kind of redirection edit, but I think the google terms that might helps you is "spring webflow", CAS 5.0.0 is using this to control it's page redirection and such, but if you want to implement that, and you don't mind uglier code you can just do a simple javascript redirection.
Also be note that the demo you are using is in CAS 5.0.0, and now CAS version is already 5.1.x, you might want to upgrade it for the new features -Andy On Friday, 18 August 2017 13:57:41 UTC+8, Rajender Mudigonda wrote: > > Dear All, > I want to delegate authentication to my application to external identity > providers, for which I plan to use CAS. I tried to look at the example > given in https://github.com/casinthecloud/cas-pac4j-oauth-demo . So in > this app there is a login screen..Question I have is > 1) How can I customize the login UI. > 2) How do I redirect once authentication is done to my application page? > I see that the demo project does not have any UI pages ...And all the UI > provided in the demo is part of CAS.war. Is there a way to plugin in my UI? > -- - CAS gitter chatroom: https://gitter.im/apereo/cas - CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html - CAS documentation website: https://apereo.github.io/cas - CAS project website: https://github.com/apereo/cas --- 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/93dcfb80-5ea0-4977-b49a-df825c009bf7%40apereo.org.
