From bd2ffe133bf8d72fcae0a968e73dcc31086fbc69 Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Thu, 12 Dec 2013 16:00:13 -0800 Subject: [PATCH] Updated Client configuration (markdown) --- Client-configuration.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Client-configuration.md b/Client-configuration.md index 986757b..67500ba 100644 --- a/Client-configuration.md +++ b/Client-configuration.md @@ -45,20 +45,20 @@ There is one filter class `org.mitre.openid.connect.client.OIDCAuthenticationFil ``` + + ... determines the issuer URL for the server + - ... + ... determines the endpoint URLs and other attributes of the server - ... - - - ... + ... determines the client identifier and credentials to use when talking to the server - ... + ... determines the extra options to add to the auth request - ... + ... builds the redirect URL to the auth request endpoint ```