单点登录节点配置信息
Posted by 2014/7/16 14:07:56 • Author:JK.Li
<ssoSettings appKey="****" defaultPage="登录成功后跳转地址" loginPage="未登录跳转地址" apiHost="单点服务地址"> <authentication defaultAnonymous="true">//是否匿名为true为可所有访问 false需认证后才可访问 <authenticate>//需认证地址 <add path="/form/v1/*.*"/> </authenticate> <selfAuthenticate>//自认证页面登录没登录都可访问 登录后可获取用户信息 <add path="/form/v1/company/*.*"/> </selfAuthenticate> <anonymous>//匿名页面,获取不到任何用户信息 <add path="/form/v1/company/*.*"/> <add path="/login.aspx"/> <add path="/form/v1/register.aspx"/> </anonymous> </authentication> </ssoSettings>
Tagged: 单点登录
0 评论列表
发表评论
Wise Words
We can let circumstances rule us, or we can take charge and rule our lives from
within .
Earl Nightingale