diff --git a/openid-connect-server-webapp/src/main/webapp/resources/template/scope.html b/openid-connect-server-webapp/src/main/webapp/resources/template/scope.html index 0c34bc3af..d06532e64 100644 --- a/openid-connect-server-webapp/src/main/webapp/resources/template/scope.html +++ b/openid-connect-server-webapp/src/main/webapp/resources/template/scope.html @@ -192,14 +192,14 @@ _.each(scopes, function(s) { var ss = systemScopes.getByValue(s); %> - -<% - if (ss && ss.get('icon')) { -%> + + title="<%= ss.get('description') %>" +<% } %> +> +<% if (ss && ss.get('icon')) { %> -<% - } -%> +<% } %> <%=s%> <%