问题如题:
其中参照了
https://www.jianshu.com/p/54646ac96473
https://blog.csdn.net/yelllowcong/article/details/79238335
并根据教程做了如下配置:
1、修改 service 文件,HTTPSandIMAPS-10000001.json
{ "@class" : "org.apereo.cas.services.RegexRegisteredService", "serviceId" : "^(http|https|imaps)://.*", "name" : "HTTPS and IMAPS", "id" : 10000001, "description" : "This service definition authorizes all application urls that support HTTPS and IMAPS protocols.", "evaluationOrder" : 10000, "attributeReleasePolicy" : { "@class" : "org.apereo.cas.services.ReturnAllAttributeReleasePolicy" } }
2、自定义验证以及返回更多的个人信息
3、spring.factories 文件配上自己自定义的流程,其他的去掉
org.springframework.boot.autoconfigure.EnableAutoConfiguration=com.gxzytech.config.CustomAuthenticationConfiguration
最后问题是,java 客户端还是只返回了用户名
求助客户端如何才能获得自定义的信息?
欢迎来到这里!
我们正在构建一个小众社区,大家在这里相互信任,以平等 • 自由 • 奔放的价值观进行分享交流。最终,希望大家能够找到与自己志同道合的伙伴,共同成长。
注册 关于