Spring OAuth2 - studiofu/brain GitHub Wiki
Quick Start
https://www.baeldung.com/sso-spring-security-oauth2
Simple Spring OAuth2 Tutorial
- setup an authorization server
- setup the client ui
What the configuration of spring-security-oauth2 authorizedGrantTypes means in practice?
https://hackernoon.com/build-your-own-oauth2-server-in-go-7d0f660732c3
https://github.com/authlete/java-oauth-server
https://blog.marcosbarbero.com/centralized-authorization-jwt-spring-boot2/
Resources
Spring Boot and OAuth2, simple tutorial to teach how to implement oauth2 facebook and github client
https://spring.io/guides/tutorials/spring-boot-oauth2/#_social_login_simple
Centralized Authorization with OAuth2 + JWT using Spring Boot 2
https://blog.marcosbarbero.com/centralized-authorization-jwt-spring-boot2/
Using JWT with Spring Security OAuth, demo jwt and key gen
https://www.baeldung.com/spring-security-oauth-jwt
Create your own custom OAuth2 configuration and play with spring-boot and spring-oauth
https://github.com/exteso/oauth2-step-by-step
Spring Boot 2 And OAuth 2 - A Complete Guide, use jdbc token store
https://pattern-match.com/blog/2018/10/17/springboot2-with-oauth2-integration/
Oauth 2 Centralized Authorization with Spring Boot 2.0.2 and Spring Security 5 and JDBC token store
Spring Boot and OAuth2: Getting the Authorization Code, demo to use authorization_code and in memory auth
https://dzone.com/articles/spring-boot-oauth2-getting-the-authorization-code
OAuth2 Authorization and Resource Server, use authorization_code and also manual get the auth code and use postman to get the token
https://howtodoinjava.com/spring5/security5/oauth2-auth-server/
How to configure an OAuth2 Authentication with Spring-Security-Oauth2 using different data sources | OAuth Part 1, allow CORS
https://blog.couchbase.com/spring-security-oauth2_authentication/
How to create a custom Token Store for Spring-securtiy-oauth2 | OAuth Part 2
https://blog.couchbase.com/custom-token-store-spring-securtiy-oauth2/