DEV Community

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

Collapse
 
shyamala_u profile image
Shyamala

Hi Rori, Do you mean you need server-server authentication, Where you do not need user token, If so then you have to use the OAuth2 Token Endpoint with grant_type=client credentials. If your identity provider supports that.