Hello,
While trying to enable OAuth2 support on version 5.3 of CAS, OAuth configuration class is picking up default values instead of reading application.yml
This method: org.apereo.cas.config.CasOAuthConfiguration#oauthSecConfig
It tries to read the loginUrl from CasProperties, but I think it's loading this method before actually reading the property file...
Any ideas? Will keep trying other things in the meanwhile...
Thanks in advance!