diff --git a/openid-connect-server-webapp/src/main/webapp/resources/template/grant.html b/openid-connect-server-webapp/src/main/webapp/resources/template/grant.html index 4206bfc11..1c1f670ae 100644 --- a/openid-connect-server-webapp/src/main/webapp/resources/template/grant.html +++ b/openid-connect-server-webapp/src/main/webapp/resources/template/grant.html @@ -33,7 +33,8 @@
-

Sites you have manually approved

+

These are sites you have approved manually. If the same site asks for the same access in the future, it will + be granted without prompting.

You have not approved any sites. @@ -56,8 +57,8 @@
-

Sites that have been whitelisted by an administrator

-

NOTE: If you revoke them here, they will automatically be re-approved on your next visit.

+

These are sites that have been pre-approved by an administrator.

+

NOTE: If you revoke them here, they will automatically be re-approved on your next visit wthout prompting.

You have not accessed any whitelisted sites. diff --git a/openid-connect-server-webapp/src/main/webapp/resources/template/token.html b/openid-connect-server-webapp/src/main/webapp/resources/template/token.html index 31d0e8529..dbdbbc585 100644 --- a/openid-connect-server-webapp/src/main/webapp/resources/template/token.html +++ b/openid-connect-server-webapp/src/main/webapp/resources/template/token.html @@ -20,9 +20,19 @@  
-

Access Tokens

+
-

Access tokens and ID tokens are usually short-lived and provide clients with access to specific resources.

+ + +
+ +
+ +

Access tokens are usually short-lived and provide clients with access to specific resources. + ID Tokens are specialized access tokens to facilitate log on using OpenID Connect.

There are no active access tokens. @@ -45,7 +55,9 @@ -

Refresh Tokens

+
+ +

Refresh tokens are usually long-lived and provide clients with the ability to get new access tokens without end-user involvement.

@@ -70,6 +82,9 @@ +
+
+