DEV Community

Discussion on: Spring boot + Spring Security 5 + OAuth2/OIDC Client - Basics

Collapse
 
bizzy237 profile image
Yury

Looking forward for the next article. I had to integrate with a provider that used slightly non-standard definition of OAuth2 for my personal project and it was like extra 400 lines of code just to get a response with user details because once I started poking around Spring Boot autoconfiguration stopped working. Having to write my own security configuration like I know what I'm doing definitely was a learning experience

Collapse
 
shyamala_u profile image
Shyamala

Thanks for the feedback. Here is the next article, dev.to/shyamala_u/spring-boot--spr....