Browsing the archives for the WebLogic 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

apache2整合weblogic虚拟主机下的ssl配置

in 服务器类

apache2整合weblogic 虚拟主机下的ssl配置修订版

修订的部分:

1. soloris系统上默认的openssl不在PATH变量里面,所以修订文档中执行openssl之前都把找到openssl的执行路径加上了。

2. 增加了solaris系统启用ssl的两个常见错误的解决方法。

  apache2整合weblogic 虚拟主机下的ssl配置

分四部分

1。应用目标和环境
2。apache2 weblogic openssl安装
3。虚拟主机的配置
4。补遗或注解

一. 应用目标和环境

应用目标
1。jsp支持的webserver,只有一个ip,多个虚拟主机,其中有一个支持ssl的虚拟主机。

0 Comments

Apache实现weblogic集群配置

in 服务器类

1、在两个不同的服务器分别创建domian,并部署应用程序,要求每个domain能单独正常运行。

A、创建domain 在bea的安装目录下weblogic81commonbin目录中找到config.cmd 文件,双击出现 BEA Weblogic Configuration Wizard 窗口 ,创建或扩展配置

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