Spring-security context setup for 2-legged (client credentials) OAuth2 server

后端 未结 2 667
臣服心动
臣服心动 2020-12-07 21:08

What\'s the minimal setup for spring-security OAuth2 if I want to secure a REST server for one client? I don\'t want to use any unnecessary setup or implement any unnecessar

2条回答
  •  温柔的废话
    2020-12-07 21:32

    A good example of oauth2 for REST clients and users with spring security ouath 2.0: http://www.e-zest.net/blog/rest-authentication-using-oauth-2-0-resource-owner-password-flow-protocol/

提交回复
热议问题