The SSOAutoLogout monitors an SSO session and performs automatic logout when user supposedly logs out of a federated site
This helps with federated logout across all the possibly federated sessions
This valve is to be used for non-JAAS based authentication mechanisms
The SSOTokenManager Tomcat Valve intercepts requests and checks the presence of an SSOToken domain cookie
If the user is logged in (Principal is set) and an SSOToken domain cookie does not exist, it creates one for this user
for the duration of this session.
This notification is received from the SSO Engine when the engine performs an automatic logic based
on a trusted assertion received from a partner site.
This notification is received from the SSO Engine when the engine performs an automatic logic based
on a trusted assertion received from a partner site.
The interface org.jboss.security.idm.ProvisioningProvider represents a data source component that extracts data from Identity Stores like
LDAP repositories, ActiveX Directories, thirdparty identity management systems like SiteMinder, or even custom JDBC based systems.
ProvisioningProvider provides an abstraction for Identity Stores to extract Identity data related to Profile Management of users in the system.
The next release of SSO system will rely on ProvisioningProvider extensively to perform Federation User Provisioning for data stored in scattered Identity Stores.