• Access Control - Role Mapping / Assignment - Configuration and Model.

    The following is an example from the standalone.xml configuration to define user and group to role assignment within WildFly.     <access-control>   <role-mapping use-realm-roles="true"> ...
    Profile Photo
    last modified by dlofthouse
  • Design for clustering subsystem [WFLY-1430]

    This document outlines an initial design for a cluster subsystem (/subsystem=cluster) for Wildfly. Purpose Clustered (or clustering) applications depend on the JGroups (/subsystem=jgroups) and Infinispan (/subsystem=...
    Profile Photo
    last modified by rachmato
  • Loading Group Information from LDAP within Security Realms [WFLY-455]

    This document is to describe the scenarios to be covered by WFLY-455 and as those scenarios are implemented will be updated to show the example configuration for each scenario.   Chaining  The authenticatio...
    Profile Photo
    last modified by dlofthouse
  • Access control notes

        There are a couple of in-progress Google docs related to this work:   https://docs.google.com/document/d/1_Lz8ILDuWN9ZWJSUQZGnB3DIQ1sDGR5UGPCZeP3rKvE   https://docs.google.com/spreadsheet/ccc?k...
    Profile Photo
    last modified by brian.stansberry
  • Undertow - IdentityManager

    Undertow - Identity Manager  This article describes the IdentityManager interface as used by Undertow.  The first point to remember is that this IdentityManager interface is an SPI to identify the methods r...
    Profile Photo
    last modified by dlofthouse
  • Access Control - Role Mapping / Assignment

    Role Mapping / Assignment  This article is following on from a discussion I had with Brian Stansberry to start capturing some thoughts regarding the assignment of roles to user accessing domain management.  ...
    Profile Photo
    last modified by dlofthouse
  • Undertow - IdentityManager - Digest Authentication

    IdentityManager - Digest Authentication This article is specifically describing the Undertow requirements related to the IdentityManager implementation with regards to Digest authentication.   One point to clari...
    Profile Photo
    last modified by dlofthouse