From f05a65a71bd2b568e808bb26dac453649de3ba69 Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Tue, 27 May 2014 16:42:40 -0400 Subject: [PATCH] missed an XML tag --- Client-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client-configuration.md b/Client-configuration.md index cd26b87..f166691 100644 --- a/Client-configuration.md +++ b/Client-configuration.md @@ -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. -``` +```xml