
spring security oauth2
不屑哥
这个作者很懒,什么都没留下…
展开
-
Spring Security Oauth2 自定义授权类型实现短信验证码登陆
参考:https://blog.youkuaiyun.com/weixin_42271016/article/details/104212326原创 2021-10-14 16:52:05 · 1288 阅读 · 0 评论 -
spring-security-oauth2依赖引入
cloud项目直接引 <!-- spring-security-oauth2 --> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-oauth2</artifactId> <version>2.2.4.RELEASE</version>原创 2021-01-05 12:05:25 · 5169 阅读 · 0 评论 -
spring security oauth2 自定义异常拦截InternalAuthenticationServiceException
转:https://blog.youkuaiyun.com/c5113620/article/details/89576545待完善原创 2020-01-08 14:45:08 · 11514 阅读 · 0 评论 -
spring security oauth2 接口授权方式获取jwt
一、请求授权服务获取access_token的请求方式方式一:url:http://客户端ID:客户端密码@localhost:8900/oauth/token请求参数valuegrant_typepasswordusername你的用户名password你的密码scope(作用域)你设置的scope如下方式二:url:http://...原创 2019-12-15 22:05:24 · 695 阅读 · 0 评论