SSO 身份验证接触点有何用途?
我发现 NTLMAuthenticationFilter.java 中有以下代码用于 alfresco 共享 SSO 身份验证:
Response remoteRes;
if (cachedNtlm)
{
Connector conn = connectorService.getConnector(this.endpoint, session);
ConnectorContext ctx = new ConnectorContext(null, getConnectionHeaders(conn));
remoteRes = conn.call("/touch", ctx, req, null);
}
else
{
Connector conn = connectorService.getConnector(this.endpoint, AuthenticationUtil.getUserId(req),
session);
ConnectorContext ctx = new ConnectorContext();
remoteRes = conn.call("/touch", ctx);
}
并且我发现 alfresco/wcs/touch 的描述是: SSO认证接触点,那么接触点有什么用呢?它如何与 SSO 配合使用?
有人可以给我指出方向或参考文献吗?谢谢!
I find there are following code in NTLMAuthenticationFilter.java which used for alfresco share SSO authenticate:
Response remoteRes;
if (cachedNtlm)
{
Connector conn = connectorService.getConnector(this.endpoint, session);
ConnectorContext ctx = new ConnectorContext(null, getConnectionHeaders(conn));
remoteRes = conn.call("/touch", ctx, req, null);
}
else
{
Connector conn = connectorService.getConnector(this.endpoint, AuthenticationUtil.getUserId(req),
session);
ConnectorContext ctx = new ConnectorContext();
remoteRes = conn.call("/touch", ctx);
}
and I found the alfresco/wcs/touch's description is:
SSO Authentication touch point, so what is touch point used for? And how it works with SSO?
Can someone point me the direction or the references? Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您能否清楚地解释您的问题...
您想要实现什么...SSO?
请查看此 pdf
http://www. ultra-scan.com/Portals/16/TouchPoint%20Healthcare%201-27-06.pdf
问候,
克里希纳
can you clearly, explain your problem...
what your are trying to achieve.... SSO ?
Please look into this pdf
http://www.ultra-scan.com/Portals/16/TouchPoint%20Healthcare%201-27-06.pdf
Regards,
Krishna