Skip to content

Commit

Permalink
Merge pull request #402 from eva-mueller-coremedia/jelly-manual-confi…
Browse files Browse the repository at this point in the history
…guration

Use endSessionUrl instead of endSessionEndpoint for manual configuration in UI
  • Loading branch information
jtnord authored Sep 20, 2024
2 parents cfe74a7 + c6bf1a8 commit 321ce67
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 321ce67

Please sign in to comment.