Merge pull request #252 from alterdego/master

Fixed typos in README.md
This commit is contained in:
Misagh Moayyed 2019-01-14 06:53:40 -06:00 committed by GitHub
commit 45d4180a7f
1 changed files with 3 additions and 3 deletions

View File

@ -122,7 +122,7 @@ files in the modules (`cas-client-integration-jboss` and `cas-client-support-dis
</dependency>
```
<a name="configurtion"></a>
<a name="configuration"></a>
## Configuration
### Strategies
@ -457,7 +457,7 @@ Filters that redirects to the supplied url based on an exception. Exceptions an
| Property | Description | Required
|----------|-------|-----------
| `defaultErrorRedirectPage` | Default url to redirect to, in case no erorr matches are found. | Yes
| `defaultErrorRedirectPage` | Default url to redirect to, in case no error matches are found. | Yes
| `java.lang.Exception` | Fully qualified exception name. Its value must be redirection url | No
@ -731,7 +731,7 @@ To log out of all applications, click here. (provide link to CAS server's logout
<a name="jaas"></a>
## JAAS
The client supports the Java Authentication and Authorization Service (JAAS) framework, which provides authnz facilities to CAS-enabled JEE applications.
The client supports the Java Authentication and Authorization Service (JAAS) framework, which provides authn facilities to CAS-enabled JEE applications.
A general JAAS authentication module, `CasLoginModule`, is available with the specific purpose of providing authentication and authorization services to CAS-enabled JEE applications. The design of the module is simple: given a service URL and a service ticket in a `NameCallback` and `PasswordCallback`, respectively, the module contacts the CAS server and attempts to validate the ticket. In keeping with CAS integration for Java applications, a JEE container-specific servlet filter is needed to protect JEE Web applications. The JAAS support should be extensible to any JEE container.