OPI Blog
Learn from experts in their fields

Browsing Tags: Java Config

Configuring Spring Security CAS Providers with Java Config
Configuring Spring Security to use CAS as a provider is pretty easy following the example in the documentation. However, once it’s time to start a new Boot project or move the old XML configuration to ...