Spring Boot 2 PreAuthentication using windows login username
Spring Boot 2 PreAuthentication using windows login username
Once user logins to windows machine and access the website, the user should be able to access the site without login and the roles should be set from the database.
I am using Spring boot 2, SpringSecurity and Postgres SQL.
I have gone through few PreAuthentication posts but they are mainly for Site Minder authentication, but no information on applying the roles from the database.
Any help would be highly appreciated.
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.