Hi Raheem, Where did you find the public CAS 5.2.x docker image?
In any case, since you are able to create file and put it in the structure, maybe the following will work: ================================================== - Put a spring.factories in the following directory: your_project/src/main/resources/spring.factories org.springframework.boot.autoconfigure.EnableAutoConfiguration=my.company.cas.rest.MyCompanyRestConfiguraiton.java ================================================== - Put the Java file in place *your_project*/src/main/my/company/cas/rest/MyCompanyRestConfiguraiton.java *your_project* /src/main/my/company/cas/rest/MyCompanyTicketGrantingTicketResourceGetMapper.java ================================================== Then the logic should be activated. As for where is the `*your_project*` directory located when using docker, I don't know specifically since I don't know the "docker image v5.2.6 from publicly". If you cannot locate `your_project`, please provide this "docker image v5.2.6 from publicly" so I can point you to the correct directory.. See if the above helps... Cheers! - Andy -- - 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/36b21d1f-6eca-4697-85da-765c03e3ce29%40apereo.org.
