[cas-user] Re: Can we remove the /adminlogin URL entirely?

2020-05-22 Thread 'Hedley Proctor' via CAS Community
The approach we've ended up taking is to have a configuration class as follows: @Configuration("myCasConfiguration") @EnableConfigurationProperties(CasConfigurationProperties.class) public class MyCasConfiguration implements WebMvcConfigurer { public void

[cas-user] Can we remove the /adminlogin URL entirely?

2020-05-18 Thread 'Hedley Proctor' via CAS Community
We've recently upgraded from CAS3 to CAS6.0.3. I can see that it has an admin URL available at /adminlogin. For security, I would like to disable this admin login. I can't find much information about the admin login, but I believe it is the login for the management stats, as per: