Browsing the archives for the SAML tag

WebLogic平台的Web SSO(SAML)解决方案

in 网络编程

文章《体验WebLogic Server 8.1 SP4新增功能之WebLogic Single Sign-On》(http://dev2dev.bea.com.cn/techdoc/200507499.html)中介绍了使用WLS8.1 SP4版本中的Single Pass Negotiate Identity Assertion Provider完成与Windows平台的SSO。但有更多的人可能希望在不借助,或者不与Windows集成的情况下完成Single Sign-On。Kerberos当然可以是其中的一种解决办法,但是目前互联网上应用更多的是SAML,一个用于在网络实体间交换安全认证信息的基于XML的框架。

0 Comments

使用 Sun Java System Access Manager 和 SAML 实现 SSO

in 服务器类

原文:http://www.sun.com/bigadmin/hubs/multilingual/simp_chinese/content/sso.jsp

通过使用企业内的单点登录 (Single Sign-On, SSO),用户仅登录一次即可访问该企业的所有应用程序。SSO 实现需要以下内容:

身份认证提供者 (Identity Provider, IdP),用于验证用户

服务提供者 (Service Provider, SP),用于使用 IdP 检查验证状态,并确保为经过验证的用户授予执行相关任务的权限
IdP 和 SP 之间的验证和授权数据交换是通过一个名为安全声明标记语言 (Security Assertion Markup Language, SAML) 的 XML 标准实现的,此标准由结构化信息标准促进组织 (Organization for the Advancement of Structured Information Standards, OASIS) 的安全服务技术委员会制订。

0 Comments

WebLogic平台的Web SSO(SAML)解决方案

in 服务器类

正文
sso(single sign-on)即所谓的单点登录。用户在一处登录后访问其他网站时不需要再次输入用户名和口令,即可完成身份验证。

  文章《体验weblogic server 8.1 sp4新增功能之weblogic single sign-on》中介绍了使用wls8.1 sp4版本中的single pass negotiate identity assertion provider完成与windows平台的sso。但有更多的人可能希望在不借助,或者不与windows集成的情况下完成single sign-on。kerberos当然可以是其中的一种解决办法,但是目前互联网上应用更多的是saml,一个用于在网络实体间交换安全认证信息的基于xml的框架。

0 Comments

Security Assertion Markup Language (SAML)

in 服务器类

SAML, developed by the Security Services Technical Committee of OASIS, is an XML-based framework for communicating user authentication, entitlement, and attribute information. As its name suggests, SAML allows business entities to make assertions regarding the identity, attributes, and entitlements of a subject (an entity that is often a human user) to other entities, such as a partner company or another enterprise application. Federation is the dominant movement in identity management today. Federation refers to the establishment of some or all of business agreements, cryptographic trust, and user identifiers or attributes across security and policy domains to enable more seamless cross-domain business interactions. As Web services promise to enable integration between business partners through loose coupling at the application and messaging layer, federation does so at the identity management layer — insulating each domain from the details of the others’ authentication and authorization infrastructure. Key to this loose coupling at the identity management layer are standardized mechanisms and formats for the communication of identity information between the domains — the standard provides the insulating buffer. SAML defines just such a standard.” [FAQ 2006]

0 Comments