22-Spring Authorization Server初体验

在上一篇中我对授权服务器项目Spring Authorization Server进行了介绍,这一篇我们来一起看看它是如何搭建、如何使用。先不要纠结为什么要这样配置,先跑起来,后面会去深入探究原因。

本文DEMO:https://gitee.com/felord/spring-security-oauth2-tutorial springauthserver 分支。

项目环境依赖

本文Spring Authorization Server版本为0.2.2

OAuth2 ClientResource Server一样,Spring Authorization Server也是以插件的形式接入Spring Security的体系中。下面列举了目前必备的环境依赖:

        <dependency>
            <groupId>org.springframewo

你可能感兴趣的:(Spring,Security与OAuth2,spring,boot,oauth2.0,spring,security,spring,cloud,OAuth2授权服务器)