diff --git a/Client-configuration.md b/Client-configuration.md index 960c69e..a2ed31a 100644 --- a/Client-configuration.md +++ b/Client-configuration.md @@ -99,7 +99,7 @@ Allows an issuer to be passed in following the format of the OpenID Connect [thi ### Webfinger Discovery Issuer Service -Takes in input from a user form and does discovery based on the Webfinger protocol, redirects the user to a login page (to be supplied by the client application) if no value is passed in for the `identifier` parameter to the filter. +Takes in input from a user form and does discovery based on the Webfinger protocol. The filter will redirect the user to a login page (to be supplied by the client application) if an identifier is not returned as a result of this discovery. ``` @@ -234,7 +234,7 @@ This also requires configuration (and generation) of a [json web key set](wiki/K ``` -Furthermore, the client must be configured to publish its public key at a URL that the server can fetch in order to validate the request object's signature. This bean will publish whatever keys are configured in the signing and validation service that's used in the auth request builder: +Furthermore, the client must be configured to publish its public key at a URL that the server can fetch in order to validate the request object's signature. The following bean will publish whatever keys are configured in the signing and validation service that's used in the auth request builder: ```