Hello,
I have two spring boot 2.1.8 services running, one configured as @EnableOAuth2Client and acting as a client providing authentication and retrieving access tokens. The other setup as a resource server using Okta service.
Spring Security 5.1 ships with Spring Boot 2.1.x and no longer users the @Enable annotations to configure oauth2Login, oauth2Client, nor resource server. We wrote a blog post that should help you migrate.
Thank you, I’ll take a look at the post. Any thoughts about what is causing the error based on the configuration I’m using? I’ll remove any unneeded annotations.
I can see there is a lot of change between spring security versions. I’ll spend some time this weekend updating the configuration. Many thanks again for your assistance and have a great weekend!