Relative Content

Tag Archive for spring-securityspring-security-oauth2

Support of OIDC backchannel logout using XML security config

I do not see any simple way to introduce the Spring Security backchannel logout in the current Spring Security Config XML configuration. The namespaces do not contain the java DSL OIDC backchannel logout possibilities. The documentation refers to reactive stack which was not yet required and it is not yet available.

How to replace deprecated ResourceServerTokenServices in spring security 5?

I’m trying to migrate an OAuth 2.0 Resource Server from Spring Security OAuth 2.5 to Spring Security 5. This resource server is using a tokenServices implementing ResourceServerTokenServices. From reading the documents and searching the internet so far, I still haven’t found out what I can use to replace this tokenServices in Spring security 5. I’d appreciate any help.