missed an XML tag

master
Justin Richer 2014-05-27 16:42:40 -04:00
parent d07c09fb05
commit f05a65a71b
1 changed files with 1 additions and 1 deletions

@ -4,7 +4,7 @@ The client portion of MITREid Connect is usable as a Spring Security filter. The
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. 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.
``` ```xml
<security:authentication-manager alias="authenticationManager"> <security:authentication-manager alias="authenticationManager">
<security:authentication-provider ref="openIdConnectAuthenticationProvider" /> <security:authentication-provider ref="openIdConnectAuthenticationProvider" />
</security:authentication-manager> </security:authentication-manager>