Why is my user anonymous after logging in by OAuth2 with Spring Boot?
I am trying to connect OAuth authorization to my project via Github, but my user remains anonymous after success:
How do I configure OAuth 2.0 in Spring Security and which package is responsible for what?
I am studying Spring Security and in particular I have reached OAuth 2.0. I have a complete misunderstanding and confusion about how to configure and use it in general – I mean the packages spring-security-oauth2-resource-server
, spring-security-oauth2-authorization-server
and spring-security-oauth2-client
.