通过serviceValidate获取加密的CAS用户

时间:2013-08-13 08:17:44

标签: cas

我正在使用oauth2.0从CAS服务器获取服务令牌。尝试使用

验证令牌时

/ cas / serviceValidate url得到回复

<cas:serviceResponse xmlns:cas='http://www.yale.edu/tp/cas'>
    <cas:authenticationSuccess>
        <cas:user>JJuH5FMVz6Lsq+4xwIpe39iCZx0=</cas:user>
    </cas:authenticationSuccess>
</cas:serviceResponse>

其中用户采用加密格式。我知道user / pass可能是admin / admin。我们如何识别使用的用户或加密技术。

谢谢,

0 个答案:

没有答案