Spring Security OAuth2 pure resource server

后端 未结 2 1139
孤街浪徒
孤街浪徒 2021-02-01 06:46

We already have an OAuth2 authorization server set up, so I need to create a corresponding resource server (separate server). We plan to use the Spring Security OAuth2 project.

2条回答
  •  闹比i
    闹比i (楼主)
    2021-02-01 07:00

    Yes its possible. Like you have already mentioned in your question, RemoteTokenServices is the solution.

    I have created one sample which has separate auth and resource server. Its just a sample to give a quick idea about the concept and open for extension.

    Spring-AngularJS-OAuth2-Sample

提交回复
热议问题