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 ```