`
grandboy
  • 浏览: 124890 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Advanced authentication in WebSphere

阅读更多
In the past, IBM WebSphere Application Server had a rigid authentication model that made it challenging to support complex or unusual requirements. This situation was recently addressed with a new, highly customizable authentication framework based upon Java Authentication and Authorization Service (JAAS), extended with features that specifically address the requirements of managing user authenticity and privileges in a distributed application server environment.

This new framework defined for JAAS support in WebSphere Application Server includes:

    * well-defined interfaces for altering the user subject
    * enhanced Trusted Association Interceptor (TAI) support
    * explicit documentation for the WebSphere Application Server login process
    * the ability to assert complete user credentials to WebSphere Application Server (including group information)
    * replication of subjects in a distributed environment

plus a number of beneficial extensions to the security programming model.

This article will describe these new features in detail. The next sections provide some background on the fundamentals of the WebSphere Application Server authentication process and an overview of JAAS, then the remainder of the article will describe the most important aspects of these features as they relate to authentication.

For more details, please visit the url below:
http://www.ibm.com/developerworks/websphere/techjournal/0508_benantar/0508_benantar.html
分享到:
评论

相关推荐

    山大WebSphere考试题

    - WebSphere支持多种安全机制,如基本认证、LTPA(Lightweight Third-Party Authentication)、Kerberos等。 - 安全性配置包括角色、用户组、权限的定义,以及SSL/TLS协议的设置,以保护通信的安全。 - WebSphere...

    websphere环境下ejb编程

    7. **安全性**:WebSphere支持JAAS(Java Authentication and Authorization Service),允许设置角色和权限,确保EJB服务的安全访问。 8. **性能优化**:WebSphere提供了多种性能优化选项,如缓存策略、线程池设置...

    WebSphere7使用手册

    1. 用户认证:配置WebSphere的安全性,包括基本认证、LTPA(Lightweight Third-Party Authentication)、Kerberos等,以控制用户访问权限。 2. 授权与角色:定义安全角色,分配权限,控制应用程序资源的访问。 五、...

    websphere教程.rar

    它可以集成多种安全协议如SSL/TLS,支持JAAS(Java Authentication and Authorization Service)和LDAP(Lightweight Directory Access Protocol)进行用户身份验证。 8. 应用生命周期管理: WebSphere支持应用的...

    WebSphere Portal Express 开发文档

    WebSphere Portal Express支持多种安全机制,如LTPA(Lightweight Third-Party Authentication)令牌、SSO(Single Sign-On)和基于角色的访问控制(RBAC)。 5. **工作流与协作**:文档会涵盖如何集成工作流引擎,...

    websphere 6 JAAS登陆例子

    标题 "websphere 6 JAAS登陆例子" 描述了一个在Websphere 6版本中集成LDAP用户和实现Single Sign-On (SSO)的实践案例。这个主题涉及到Java Authentication and Authorization Service (JAAS)的安全框架,以及它如何...

    websphere7.0

    它可以集成多种身份验证机制,如LDAP、RADIUS、Kerberos等,并支持JAAS(Java Authentication and Authorization Service)。 7. **性能优化**:该版本包含许多性能优化特性,如JVM调优工具、线程池管理、内存配置...

    Hardware Security for Device Authentication in the Smart Grid.zi

    标题 "Hardware Security for Device Authentication in the Smart Grid" 暗示了这是一份关于智能电网中设备认证的硬件安全技术的文档。智能电网是电力系统的一种现代化改造,它利用先进的信息和通信技术来提高效率...

    WebSPhere.rar

    5. **安全管理**:WebSphere提供了全面的安全管理功能,包括用户认证、授权、加密和审计,支持多种安全标准如SSL/TLS、JAAS(Java Authentication and Authorization Service)以及与LDAP(Lightweight Directory ...

    为 WebSphere Application Server 配置 SSO

    1. **选择SSO类型**:WebSphere支持多种SSO实现,包括基于LTPA(Lightweight Third-party Authentication)的SSO和基于Kerberos的SSO。LTPA是WebSphere默认的SSO机制,易于配置且适用于内部网络环境。Kerberos则适用...

    最新版websphere安装配置全过程(图文)

    可以使用内置的LTPA(Lightweight Third-Party Authentication)机制或者集成其他安全认证系统。 七、监控与维护 1. 监控日志:WebSphere会生成各种日志文件,用于调试和问题排查,需要定期查看和分析。 2. 性能...

    精通 WebSphere MQ.pdf

    #### 2.8 认证信息(Authentication Information) 认证信息用于验证消息发送方或接收方的身份,确保消息的来源可靠。 #### 2.9 客户端和服务器端(Client and Server) WebSphere MQ支持客户端/服务器架构,客户端...

    websphere7.0配置容器级sso

    这通常通过共享一个中央认证服务来实现,WebSphere 7.0 使用Jaas(Java Authentication and Authorization Service)框架来实现这一目标。 **二、WebSphere 7.0 配置步骤** 1. **创建安全域**:首先,需要在...

    C#中Authentication类的使用

    在C#编程环境中,Authentication类是用于处理用户验证的核心组件,尤其在构建Web应用程序时扮演着重要角色。本文将深入探讨C#中的Authentication类以及如何使用它来处理Cookie,特别是聚焦于Forms Authentication。 ...

    Flexible authentication solution with IBM Tivoli Directory Integrator and IBM WebSphere Portal

    ### 灵活的身份验证解决方案:IBM Tivoli Directory Integrator与IBM WebSphere Portal 本文旨在探讨一种在IBM WebSphere Portal环境下实现灵活身份验证的方法。该方案通过利用IBM Tivoli Directory Integrator来...

    IBM演示-WebSpherePortal教程

    - **认证**:集成多种身份验证机制,如LTPA(Lightweight Third-Party Authentication)、Kerberos等,确保用户安全登录。 - **授权**:基于角色的访问控制(RBAC)允许管理员为不同用户组分配权限,控制对门户...

    WebSphere安装、配置与WEB应用部署教程.rar

    3. 配置安全:设置安全管理策略,包括用户认证、授权、加密等,可以使用内置的LTPA( Lightweight Third-Party Authentication)机制。 4. 集群和负载均衡:对于大型企业环境,可能需要配置服务器集群和负载均衡,以...

    精通 WebSphere MQ.rar

    在安全性方面,MQ支持用户身份验证和授权,使用标准的认证机制,如Kerberos和LTPA(Lightweight Third-Party Authentication)。同时,消息可以加密以保护传输过程中的数据安全。MQ还提供了审计日志,帮助管理员监控...

    redis连接报错error:NOAUTH Authentication required

    Redis 连接报错 Error:NOAUTH Authentication required 解决方案 Redis 是一个开源的、基于内存的数据结构存储系统,可以用作数据库、缓存和消息代理中间件。然而,在使用 Redis 时,可能会遇到各种错误,例如 ...

Global site tag (gtag.js) - Google Analytics