Hi sarmih, I've simply sourced getcas funtion from https://apereo.github.io/cas/6.5.x/installation/WAR-Overlay-Initializr.html#heroku After that, just run getcas --modules support-ldap,... to download overlay, build (./gradlew clean build) and then copy generared war to your tomcat instance (cp build/libs/cas.war /var/lib/tomcat9/webapps)
regards thomas Le mercredi 12 avril 2023 à 06:26:24 UTC+2, [email protected] a écrit : > good morning thomas sorry for the inconvenience could you help me how to > run cas war overlay the truth I have followed to the letter the > instructions in the official documentation and nothing to do in advance > thank you in advance > > El mar, 11 abr 2023 a la(s) 03:07, thomas ([email protected]) escribió: > >> Hi Vincent, >> This is exactly what I was looking for, thanks a lot! >> >> >> Le lundi 10 avril 2023 à 15:39:08 UTC+2, [email protected] a écrit : >> >>> Hi Thomas, >>> >>> I dont know if it answers your question, but you can block login without >>> a service : >>> >>> cas.sso.allow-missing-service-parameter=false >>> >>> Le mardi 4 avril 2023 à 21:33:22 UTC+2, thomas a écrit : >>> >>>> Hi , >>>> >>>> thanks for your answers. >>>> cas.successful-login.display-attributes is indeed exactly what I need, >>>> but it overrides changes we've done on template of src/main/resources >>>> folder (we haven't created a special theme). >>>> Is there a way to use this parameter without having to change all our >>>> configuration ? I was hoping something like a cas.properties parameter >>>> >>>> Le mercredi 29 mars 2023 à 20:23:47 UTC+2, [email protected] a écrit : >>>> >>>>> Thomas, >>>>> >>>>> You could also set the cas.successful-login.display-attributes=false >>>>> within your cas-theme-default.properties file. >>>>> You'd need to rebuild the overlay with gradle and re-deploy the app >>>>> but this option does exactly what you want. >>>>> >>>>> On Wednesday, March 29, 2023 at 12:17:48 PM UTC-4 Ray Bon wrote: >>>>> >>>>>> thomas, >>>>>> >>>>>> You can set this property to redirect when no service is provided (I >>>>>> was not able to find this property in the 6.x docs) >>>>>> cas.view.default-redirect-url >>>>>> >>>>>> Ray >>>>>> >>>>>> On Wed, 2023-03-29 at 07:07 -0700, thomas wrote: >>>>>> >>>>>> Notice: This message was sent from outside the University of Victoria >>>>>> email system. Please be cautious with links and sensitive information. >>>>>> >>>>>> >>>>>> Hi all, >>>>>> >>>>>> When we login on CAS without specifying a service, CAS displays a >>>>>> page with all released attributes. >>>>>> Is it possible to hide these detailed attributes ? >>>>>> >>>>>> Best regards >>>>>> thomas >>>>>> >>>>>> -- >> - 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/72073bcd-2c53-421a-9041-35f9095c5a30n%40apereo.org >> >> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/72073bcd-2c53-421a-9041-35f9095c5a30n%40apereo.org?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/8f1044bf-d6d8-40f9-82ee-805c53f8ea28n%40apereo.org.
