Updated Client configuration (markdown)

master
Justin Richer 2013-12-12 15:53:28 -08:00
parent 4325b51de8
commit f2d30ec83f
1 changed files with 1 additions and 1 deletions

@ -435,7 +435,7 @@ Builds the URL using an encrypted Request Object.
``` ```
<bean class="org.mitre.openid.connect.client.service.impl.EncryptedAuthRequestUrlBuilder"> <bean class="org.mitre.openid.connect.client.service.impl.EncryptedAuthRequestUrlBuilder">
<property name="encryptionService" ref="validatorCache" /> <property name="encrypterService" ref="validatorCache" />
<property name="alg"> <property name="alg">
<util:constant static-field="com.nimbusds.jose.JWEAlgorithm.RSA1_5"/> <util:constant static-field="com.nimbusds.jose.JWEAlgorithm.RSA1_5"/>
</property> </property>