File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
openid-connect-server-webapp/src/main/webapp/resources/template Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ Unreleased:
7
7
- Upgraded Nimbus revision
8
8
- Added French translation
9
9
- Added hooks for custom JWT claims
10
+ - Removed "Not Yet Implemented" tag from post-logout redirect URI
10
11
11
12
* 1.3.1* :
12
13
- Added End Session endpoint
Original file line number Diff line number Diff line change @@ -795,7 +795,7 @@ <h1 data-i18n="client.client-form.edit"></h1>
795
795
</ div >
796
796
797
797
< div class = "control-group" id = "postLogoutRedirectUris" >
798
- < label class = "control-label" > < span class = "label label-default nyi" > < i class = "icon-road icon-white" > </ i > NYI </ span > < span data-i18n = "client.client-form.post-logout" > Post-Logout Redirect</ span > </ label >
798
+ < label class = "control-label" > < span data-i18n = "client.client-form.post-logout" > Post-Logout Redirect</ span > </ label >
799
799
< div class = "controls" >
800
800
</ div >
801
801
</ div >
@@ -904,4 +904,4 @@ <h1 data-i18n="client.client-form.edit"></h1>
904
904
< % } else { % >
905
905
< span class = "label label-warning" > ?</ span >
906
906
< % } % >
907
- </ script >
907
+ </ script >
You can’t perform that action at this time.
0 commit comments