OPI Blog
Learn from experts in their fields

Browsing Tags: spring-security

From POC To MPA
From POC To MPA This is a follow up to a previous proof of concept using Spring Boot with Pac4J and Spring Security showing how to allow a user to login to an application using ...
Spring Boot With (Pac4J) OAuth
Spring Boot With (Pac4J) OAuth This article is going to run through setting up a relatively simple application that utilizes Spring Boot, Thymeleaf and Pac4J Spring Security. The source code of where we end up ...
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 ...
Custom Authentication with the Grails Spring Security Core Plugin
@burtbeckwith did a great job making Spring Security easily customizable and cake to work with in Grails via the Spring Security Core Plugin. However, authentication requirements can emerge that don’t fit any of its current ...
Leverage Spring Security to Handle Mobile Access to Your Grails App
Now that I have an AWESOME little mobile version of my grails appliction, why do I put myself through the pain of logging in through the standard login page?  It gets to be a lot ...