Skip to content

Commit

Permalink
Issue #6617 - change jetty property name to jetty.openid.authMethod
Browse files Browse the repository at this point in the history
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
  • Loading branch information
lachlan-roberts committed Aug 18, 2021
1 parent 604f6b3 commit 11c8ea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jetty-openid/src/main/config/etc/jetty-openid.xml
Expand Up @@ -16,7 +16,7 @@
<Arg><Property name="jetty.openid.provider.tokenEndpoint"/></Arg>
<Arg><Property name="jetty.openid.clientId"/></Arg>
<Arg><Property name="jetty.openid.clientSecret"/></Arg>
<Arg><Property name="jetty.openid.basicAuth" default="client_secret_post"/></Arg>
<Arg><Property name="jetty.openid.authMethod" default="client_secret_post"/></Arg>
<Arg><Ref refid="HttpClient"/></Arg>
<Call name="addScopes">
<Arg>
Expand Down
2 changes: 1 addition & 1 deletion jetty-openid/src/main/config/modules/openid.mod
Expand Up @@ -44,4 +44,4 @@ etc/jetty-openid.xml
# jetty.openid.sslContextFactory.trustAll=false

## What authentication method to use with the Token Endpoint (client_secret_post, client_secret_basic).
# jetty.openid.basicAuth=client_secret_post
# jetty.openid.authMethod=client_secret_post

0 comments on commit 11c8ea0

Please sign in to comment.