Relative Content

Tag Archive for javaspring-securityspring-boot-3

How to get spring custom authentication provider to work

I’m using spring-security 6 to implement custom authentication. Actual authentication is based on signature which is sent in a header. Therefore I have tried to implement a sample to get the structure working. Below are my code.