I applied the Spring boot application with AngularJS interface. Also configure users along with their permissions. I can now log in with any of these users and works well with Spring Security. I would like to turn this traditional input stream into a Facebook / Google OAuth login stream, where I want users to use their Facebook / Google account to log in, and they will be automatically mapped to their internal users. This will help me get rid of these users' passwords.
I found many articles about configuring OAuth using Spring Boot and how you can integrate Facebook / Google using the Spring boot application. But itβs hard for me to find an article that talks about the connection of a Facebook / Google user with internal users.
How can I do it?
spring-boot spring-security spring-social google-oauth
bighi
source share