longfeizheng / sso-merryyou

🍻使用spring security和Oauht2 实现单点登录
369 stars 211 forks source link

自动授权功能 #1

Closed laungcisin closed 6 years ago

laungcisin commented 6 years ago

自动授权,不用重写SsoApprovalEndpointSsoSpelView这两个类, 在ClientDetailsServiceConfigurer中加一段配置就好了,clients.inMemory()....autoApprove(true)//自动登录。

longfeizheng commented 6 years ago

多谢,已更新