diff --git a/openid-connect-server/src/main/webapp/resources/js/admin.js b/openid-connect-server/src/main/webapp/resources/js/admin.js index abb7d2e63..50e375023 100644 --- a/openid-connect-server/src/main/webapp/resources/js/admin.js +++ b/openid-connect-server/src/main/webapp/resources/js/admin.js @@ -571,9 +571,12 @@ refreshTokenValiditySeconds: refreshTokenValiditySeconds, idTokenValiditySeconds: idTokenValiditySeconds, allowRefresh: $('#allowRefresh').is(':checked'), + allowIntrospection: $('#allowIntrospection input').is(':checked'), scope: scopes }); + // post-validate + // TODO: move these into the validation function somehow? if (this.model.get("allowRefresh") == false) { this.model.set("refreshTokenValiditySeconds",null); } diff --git a/openid-connect-server/src/main/webapp/resources/template/admin.html b/openid-connect-server/src/main/webapp/resources/template/admin.html index defb68de0..2140810bb 100644 --- a/openid-connect-server/src/main/webapp/resources/template/admin.html +++ b/openid-connect-server/src/main/webapp/resources/template/admin.html @@ -69,6 +69,7 @@ @@ -122,6 +123,10 @@ + + +
+
@@ -165,6 +170,14 @@
+
+ +
+ +
+