Minor edits
parent
b38fbbb126
commit
571ce60caf
|
@ -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.
|
||||
|
||||
```
|
||||
<bean class="org.mitre.openid.connect.client.service.impl.WebfingerIssuerService">
|
||||
|
@ -234,7 +234,7 @@ This also requires configuration (and generation) of a [json web key set](wiki/K
|
|||
</bean>
|
||||
```
|
||||
|
||||
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:
|
||||
|
||||
```
|
||||
<bean id="clientKeyPublisher" class="org.mitre.openid.connect.client.keypublisher.ClientKeyPublisher">
|
||||
|
|
Loading…
Reference in New Issue