Skip to content

Commit

Permalink
Use endSessionUrl instead of endSessionEndpoint for manual configuration
Browse files Browse the repository at this point in the history
See also jenkinsci#399
  • Loading branch information
eva-mueller-coremedia authored Sep 20, 2024
1 parent cfe74a7 commit c6bf1a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<f:entry title="${%JwksServerUrl}" field="jwksServerUrl">
<f:textbox />
</f:entry>
<f:entry title="${%EndSessionUrl}" field="endSessionEndpoint">
<f:entry title="${%EndSessionUrl}" field="endSessionUrl">
<f:textbox />
</f:entry>
<f:entry title="${%Scopes}" field="scopes">
Expand Down

0 comments on commit c6bf1a8

Please sign in to comment.