From b38fbbb12658f2fc7ccbbe2607683f05d6adead5 Mon Sep 17 00:00:00 2001 From: jricher Date: Fri, 26 Apr 2013 13:25:28 -0700 Subject: [PATCH] Updated Client configuration (markdown) --- Client-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client-configuration.md b/Client-configuration.md index 9a23df2..960c69e 100644 --- a/Client-configuration.md +++ b/Client-configuration.md @@ -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. ```