Skip to content

Commit

Permalink
remove unused property inboundPropagation from openidconnect config
Browse files Browse the repository at this point in the history
  • Loading branch information
majguo committed Jul 22, 2020
1 parent 1e30e49 commit 797608e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions javaee-cafe/src/main/liberty/config/server.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
clientSecret="${client.secret}"
discoveryEndpointUrl="https://login.microsoftonline.com/${tenant.id}/v2.0/.well-known/openid-configuration"
signatureAlgorithm="RS256"
userIdentityToCreateSubject="preferred_username"
inboundPropagation="supported" />
userIdentityToCreateSubject="preferred_username" />

<!-- JWT builder -->
<jwtBuilder id="jwtAuthUserBuilder" keyAlias="default" issuer="https://example.com" expiresInSeconds="600" />
Expand Down

0 comments on commit 797608e

Please sign in to comment.