From fdc09968f7eb1f90ba11abb410a7ec8fdf151d68 Mon Sep 17 00:00:00 2001 From: Christian Brunotte Date: Tue, 16 Jun 2015 19:29:16 +0200 Subject: [PATCH] Added to all web.xml examples. --- README.md | 34 ++++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8399606..f7e6b03 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,10 @@ The `AuthenticationFilter` is what detects whether a user needs to be authentica http://www.acme-client.com + + CAS Authentication Filter + /* + ``` | Property | Description | Required @@ -197,7 +201,11 @@ The SAML 1.1 `AuthenticationFilter` is what detects whether a user needs to be a serverName http://www.the-client.com - + + + CAS Authentication Filter + /* + ``` | Property | Description | Required @@ -224,6 +232,10 @@ Validates tickets using the CAS 1.0 Protocol. https://somewhere.cas.edu:8443/cas + + CAS Validation Filter + /* + ``` | Property | Description | Required @@ -254,7 +266,11 @@ Validates tickets using the SAML 1.1 protocol. serverName http://www.acme-client.com - + + + CAS Validation Filter + /* + ``` | Property | Description | Required @@ -289,6 +305,10 @@ Validates the tickets using the CAS 2.0 protocol. If you provide either the `acc http://www.acme-client.com + + CAS Validation Filter + /* + ``` | Property | Description | Required @@ -375,6 +395,10 @@ Wraps an `HttpServletRequest` so that the `getRemoteUser` and `getPrincipal` ret CAS HttpServletRequest Wrapper Filter org.jasig.cas.client.util.HttpServletRequestWrapperFilter + + CAS HttpServletRequest Wrapper Filter + /* + ``` | Property | Description | Required @@ -391,6 +415,10 @@ Places the `Assertion` in a `ThreadLocal` for portions of the application that n CAS Assertion Thread Local Filter org.jasig.cas.client.util.AssertionThreadLocalFilter + + CAS Assertion Thread Local Filter + /* + ``` @@ -716,6 +744,8 @@ The `WebAuthenticationFilter` performs these operations for the JBoss AS contain ... + +... ``` The JAAS LoginModule configuration in `conf/login-config.xml` may require the following changes in a JBoss environment: