CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 .net编程

文件名称:SSOLab

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    467.04kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

实现原理:



使用使用<scr ipt type="text/javascr ipt" src="http://localhost:7771/SSOSite/SSOContext.aspx?app=portal"> </scr ipt>形式远程调用单点登录系统上的脚本,获取加密后的用户登录票据信息,自动绑定到当前页表单的相应字段,并自动提交到后台。后台解密前台提交的用户登录票据信息,判定用户是否已在单点登录系统上成功的登录,如果已登录返回系统首页,如果没有登录,跳转到单点登录系统登录页。使用DES加密用户登录票据信息,不同应用系统使用不同密钥。



开发环境(VS2008 + Eclipse3.2)



轻量级单点登录系统解决方案包括以下项目:



1、公共组件SSOLab.SSOServer.Components

2、单点登录系统SSOLab.SSOServer.WebApp

3、企业门户系统系统演示SSOLab.Portal.WebApp

4、人力资源管理系统演示SSOLab. APP1. WebApp

5、财务管理系统演示SSOLab. APP2. WebA-

That use <scr ipt type="text/javascr ipt" src="http://localhost:7771/SSOSite/SSOContext.aspx?app=portal"> </ scr ipt> scr ipt on the form of remote single sign-on system call, gain access to encrypted bills after the user logs on automatically bound to the appropriate fields of the current page form, and automatically submitted to the background. Background decryption front submitted by users log notes to determine whether the user has single sign-on system login If you are logged back into the system Home If you are not logged in, jump to the single sign-on login page. DES encryption users log notes information, different application systems use different keys.



Development environment (VS2008+ Eclipse3.2,)



The lightweight single sign-on system solutions, including the following items:



A public component SSOLab.SSOServer.Components

2, single sign-on system SSOLab.SSOServer.WebApp

3, the enterprise portal system demonstrates SSOLab.Portal.WebApp

4, human resources
(系统自动生成,下载前可以参看下载内容)

下载文件列表

SSOLab.SSOServer.WebApp/bin/SSOLab.SSOServer.Components.dll
SSOLab.SSOServer.WebApp/bin/SSOLab.SSOServer.Components.pdb
SSOLab.SSOServer.WebApp/bin/SSOLab.SSOServer.WebApp.dll
SSOLab.SSOServer.WebApp/bin/SSOLab.SSOServer.WebApp.pdb
SSOLab.SSOServer.WebApp/Default.aspx
SSOLab.SSOServer.WebApp/Default.aspx.cs
SSOLab.SSOServer.WebApp/Default.aspx.designer.cs
SSOLab.SSOServer.WebApp/Global.asax
SSOLab.SSOServer.WebApp/Global.asax.cs
SSOLab.SSOServer.WebApp/obj/Debug/ResolveAssemblyReference.cache
SSOLab.SSOServer.WebApp/obj/Debug/SSOLab.SSOServer.WebApp.csproj.FileListAbsolute.txt
SSOLab.SSOServer.WebApp/obj/Debug/SSOLab.SSOServer.WebApp.dll
SSOLab.SSOServer.WebApp/obj/Debug/SSOLab.SSOServer.WebApp.pdb
SSOLab.SSOServer.WebApp/Properties/AssemblyInfo.cs
SSOLab.SSOServer.WebApp/SignIn.aspx
SSOLab.SSOServer.WebApp/SignIn.aspx.cs
SSOLab.SSOServer.WebApp/SignIn.aspx.designer.cs
SSOLab.SSOServer.WebApp/SignOut.aspx
SSOLab.SSOServer.WebApp/SignOut.aspx.cs
SSOLab.SSOServer.WebApp/SignOut.aspx.designer.cs
SSOLab.SSOServer.WebApp/SSOContext.aspx
SSOLab.SSOServer.WebApp/SSOContext.aspx.cs
SSOLab.SSOServer.WebApp/SSOContext.aspx.designer.cs
SSOLab.SSOServer.WebApp/SSOLab.SSOServer.WebApp.csproj
SSOLab.SSOServer.WebApp/SSOLab.SSOServer.WebApp.csproj.user
SSOLab.SSOServer.WebApp/Web.config
源码必读.txt
SSOLab.sln
App3/.classpath
App3/.project
App3/.settings/org.eclipse.core.resources.prefs
App3/.settings/org.eclipse.jdt.core.prefs
App3/.settings/org.eclipse.jst.common.project.facet.core.prefs
App3/.settings/org.eclipse.wst.common.component
App3/.settings/org.eclipse.wst.common.project.facet.core.xml
App3/WebContent/default.jsp
App3/WebContent/META-INF/MANIFEST.MF
App3/WebContent/ssoController.jsp
App3/WebContent/WEB-INF/lib/commons-codec-1.3.jar
App3/WebContent/WEB-INF/lib/dom4j-1.6.1.jar
App3/WebContent/WEB-INF/web.xml
SSOLab.App1.WebApp/bin/SSOLab.App1.WebApp.dll
SSOLab.App1.WebApp/bin/SSOLab.App1.WebApp.pdb
SSOLab.App1.WebApp/bin/SSOLab.SSOServer.Components.dll
SSOLab.App1.WebApp/bin/SSOLab.SSOServer.Components.pdb
SSOLab.App1.WebApp/Default.aspx
SSOLab.App1.WebApp/Default.aspx.cs
SSOLab.App1.WebApp/Default.aspx.designer.cs
SSOLab.App1.WebApp/obj/Debug/ResolveAssemblyReference.cache
SSOLab.App1.WebApp/obj/Debug/SSOLab.App1.WebApp.csproj.FileListAbsolute.txt
SSOLab.App1.WebApp/obj/Debug/SSOLab.App1.WebApp.dll
SSOLab.App1.WebApp/obj/Debug/SSOLab.App1.WebApp.pdb
SSOLab.App1.WebApp/Properties/AssemblyInfo.cs
SSOLab.App1.WebApp/SSOController.aspx
SSOLab.App1.WebApp/SSOController.aspx.cs
SSOLab.App1.WebApp/SSOController.aspx.designer.cs
SSOLab.App1.WebApp/SSOLab.App1.WebApp.csproj
SSOLab.App1.WebApp/SSOLab.App1.WebApp.csproj.user
SSOLab.App1.WebApp/Web.config
SSOLab.App2.WebApp/bin/SSOLab.App2.WebApp.dll
SSOLab.App2.WebApp/bin/SSOLab.App2.WebApp.pdb
SSOLab.App2.WebApp/bin/SSOLab.SSOServer.Components.dll
SSOLab.App2.WebApp/bin/SSOLab.SSOServer.Components.pdb
SSOLab.App2.WebApp/Default.aspx
SSOLab.App2.WebApp/Default.aspx.cs
SSOLab.App2.WebApp/Default.aspx.designer.cs
SSOLab.App2.WebApp/obj/Debug/ResolveAssemblyReference.cache
SSOLab.App2.WebApp/obj/Debug/SSOLab.App2.WebApp.csproj.FileListAbsolute.txt
SSOLab.App2.WebApp/obj/Debug/SSOLab.App2.WebApp.dll
SSOLab.App2.WebApp/obj/Debug/SSOLab.App2.WebApp.pdb
SSOLab.App2.WebApp/Properties/AssemblyInfo.cs
SSOLab.App2.WebApp/SSOController.aspx
SSOLab.App2.WebApp/SSOController.aspx.cs
SSOLab.App2.WebApp/SSOController.aspx.designer.cs
SSOLab.App2.WebApp/SSOLab.App2.WebApp.csproj
SSOLab.App2.WebApp/SSOLab.App2.WebApp.csproj.user
SSOLab.App2.WebApp/Web.config
SSOLab.Portal.WebApp/bin/SSOLab.Portal.WebApp.dll
SSOLab.Portal.WebApp/bin/SSOLab.Portal.WebApp.pdb
SSOLab.Portal.WebApp/bin/SSOLab.SSOServer.Components.dll
SSOLab.Portal.WebApp/bin/SSOLab.SSOServer.Components.pdb
SSOLab.Portal.WebApp/Default.aspx
SSOLab.Portal.WebApp/Default.aspx.cs
SSOLab.Portal.WebApp/Default.aspx.designer.cs
SSOLab.Portal.WebApp/obj/Debug/ResolveAssemblyReference.cache
SSOLab.Portal.WebApp/obj/Debug/SSOLab.Portal.WebApp.csproj.FileListAbsolute.txt
SSOLab.Portal.WebApp/obj/Debug/SSOLab.Portal.WebApp.dll
SSOLab.Portal.WebApp/obj/Debug/SSOLab.Portal.WebApp.pdb
SSOLab.Portal.WebApp/Properties/AssemblyInfo.cs
SSOLab.Portal.WebApp/SSOController.aspx
SSOLab.Portal.WebApp/SSOController.aspx.cs
SSOLab.Portal.WebApp/SSOController.aspx.designer.cs
SSOLab.Portal.WebApp/SSOLab.Portal.WebApp.csproj
SSOLab.Portal.WebApp/SSOLab.Portal.WebApp.csproj.user
SSOLab.Portal.WebApp/Web.config
SSOLab.SSOServer.Components/Application.cs
SSOLab.SSOServer.Components/ApplicationService.cs
SSOLab.SSOServer.Components/bin/Debug/SSOLab.SSOServer.Components.dll
SSOLab.SSOServer.Components/bin/Debug/SSOLab.SSOServer.Components.pdb
SSOLab.SSOServer.Components/obj/Debug/Refactor/SSOLab.SSOServer.Components.dll
SSOLab.SSOServer.Components/obj/Debug/SSOLab.SSOServer.Components.csproj.FileListAbsolute.txt
SSOLab.SSOServer.Components/obj/Debug/SSOLab.SSOServer.Components.dll
SSOLab.SSOServer.Components/obj/Debug/SSOLab.SSOServer.Components.pdb
SSOLab.SSOServer.Components/Properties/AssemblyInfo.cs
SSOLab.SSOServer.Components/SSOLab.SSOServer.Components.csproj
SSOLab.SSOServer.

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com