Skip to content

Commit 63bd8d1

Browse files
committed
cleaned ID token views from UI
1 parent 91da393 commit 63bd8d1

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

openid-connect-server-webapp/src/main/webapp/resources/js/token.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ var AccessTokenModel = Backbone.Model.extend({
2121
defaults:{
2222
id:null,
2323
value:null,
24-
idTokenId:null,
2524
refreshTokenId:null,
2625
scopes:[],
2726
clientId:null,

openid-connect-server-webapp/src/main/webapp/resources/template/token.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,6 @@
9898
<br />
9999
<span class="label label-important" title="This access token was issued with an associated refresh token." data-i18n="[title]token.token-table.associated-refresh">+ <i class="icon-time icon-white"></i> Refresh</span>
100100
<% } %>
101-
<% if (token.idTokenId != null) { %>
102-
<br />
103-
<span class="label label-success" title="This access token was issued with an associated ID token." data-i18n="[title]token.token-table.associated-id">+ <i class="icon-user icon-white"></i> ID</span>
104-
<% } %>
105-
106101
</td>
107102

108103
<td>

0 commit comments

Comments
 (0)