TokenBased应用集成
本文介绍TokenBased应用如何与MaxKey进行集成。
应用注册
应用在MaxKey管理系统进行注册,注册的配置信息如下
LTPA使用Cookie传输令牌
TokenBased客户端集成
本文使用JAVA WEB程序为例
jar包依赖如下
https://github.com/shimingxy/MaxKey-Demo/tree/master/maxkey-demo-tokenbase/lib
JSP实现Code
简单令牌
https://github.com/shimingxy/MaxKey-Demo/blob/master/maxkey-demo-tokenbase/src/main/webapp/jsontoken.jsp
基于JSON令牌
https://github.com/shimingxy/MaxKey-Demo/blob/master/maxkey-demo-tokenbase/src/main/webapp/sampletoken.jsp