Skip to content

Commit

Permalink
oxtrust : corrected label of oxIdTokenTokenBindingCnf(avoid ugly l&f)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriyz committed Sep 18, 2018
1 parent e222b01 commit 373bd15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/src/main/resources/oxtrust.properties
Expand Up @@ -807,7 +807,7 @@ clientForm.jwksURI = JWKS URI
clientForm.jwks = JWKS
clientForm.sectorIdentifierURI = Sector Identifier URI
clientForm.subjectType = Subject Type
clientForm.idTokenTokenBindingCnf = String value specifying the JWT Confirmation Method member name (e.g. tbh) that the RP expects when receiving Token Bound ID Tokens.
clientForm.idTokenTokenBindingCnf = ID Token Binding Confirmation Method
clientForm.accessTokenAsJwt = Access Token as JWT
clientForm.accessTokenSigningAlg = Access Token signing algorithm
clientForm.jWSAlgorithmForSigning = JWS alg Algorithm for signing the ID Token
Expand Down
2 changes: 1 addition & 1 deletion server/src/main/resources/oxtrust_en.properties
Expand Up @@ -819,7 +819,7 @@ clientForm.jwksURI = JWKS URI
clientForm.jwks = JWKS
clientForm.sectorIdentifierURI = Sector Identifier URI
clientForm.subjectType = Subject Type
clientForm.idTokenTokenBindingCnf = String value specifying the JWT Confirmation Method member name (e.g. tbh) that the RP expects when receiving Token Bound ID Tokens.
clientForm.idTokenTokenBindingCnf = ID Token Binding Confirmation Method
clientForm.accessTokenAsJwt = Access Token as JWT
clientForm.accessTokenSigningAlg = Access Token signing algorithm
clientForm.jWSAlgorithmForSigning = JWS alg Algorithm for signing the ID Token
Expand Down

0 comments on commit 373bd15

Please sign in to comment.