Updated Client configuration (markdown)

master
jricher 2013-04-26 13:25:28 -07:00
parent 9bebf86a63
commit b38fbbb126
1 changed files with 1 additions and 1 deletions

@ -2,7 +2,7 @@ The client portion of MITREid Connect is usable as a Spring Security filter. The
# Auth Provider
The `OIDCAuthenticationProvider` class implements a Spring Security Authentication Provider that can be used with a standard Authentication Manager. This Authentication Provider handles fetching UserInfo from the server's UserInfo endpoint which is stored on the `OIDCAuthenticationToken` object that is returned from the authentication process.
The `OIDCAuthenticationProvider` class implements a Spring Security Authentication Provider that can be used with a standard Authentication Manager. This Authentication Provider handles fetching UserInfo from the server's UserInfo endpoint. The UserInfo information is then stored on the `OIDCAuthenticationToken` object that is returned from the authentication process.
```
<security:authentication-manager alias="authenticationManager">