What's the right way to separate the Resource Server and the Authorization Server?

后端 未结 2 896
心在旅途
心在旅途 2021-02-04 14:19

Using spring-security-oauth2 to secure my resources against a SSO endpoint that can act as an authorization server. I\'m a bit confused when the documentation states:

2条回答
  •  说谎
    说谎 (楼主)
    2021-02-04 14:27

    for someone that might be interested there is as well another example for separating the authentication server and resources server found here: https://github.com/sharmaritesh/spring-angularjs-oauth2-sample

提交回复
热议问题