Skip to content

Commit 48e6950

Browse files
committed
Fixed typos in README.md
1 parent 9e769dd commit 48e6950

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ Filters that redirects to the supplied url based on an exception. Exceptions an
457457

458458
| Property | Description | Required
459459
|----------|-------|-----------
460-
| `defaultErrorRedirectPage` | Default url to redirect to, in case no erorr matches are found. | Yes
460+
| `defaultErrorRedirectPage` | Default url to redirect to, in case no error matches are found. | Yes
461461
| `java.lang.Exception` | Fully qualified exception name. Its value must be redirection url | No
462462

463463

@@ -731,7 +731,7 @@ To log out of all applications, click here. (provide link to CAS server's logout
731731

732732
<a name="jaas"></a>
733733
## JAAS
734-
The client supports the Java Authentication and Authorization Service (JAAS) framework, which provides authnz facilities to CAS-enabled JEE applications.
734+
The client supports the Java Authentication and Authorization Service (JAAS) framework, which provides authn facilities to CAS-enabled JEE applications.
735735

736736
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.
737737

@@ -1069,7 +1069,7 @@ context.getSecurityHandler().setAuthenticator(authenticator);
10691069

10701070
<a name="atlassian-integration"></a>
10711071
## Atlassian Integration
1072-
The client includes Atlassian Confluence and JIRA support. Support is enabled by a custom CAS authenticator that extends the default authenticators.
1072+
The clien includes Atlassian Confluence and JIRA support. Support is enabled by a custom CAS authenticator that extends the default authenticators.
10731073

10741074
<a name="configuration"></a>
10751075
### Configuration

0 commit comments

Comments
 (0)