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 @@
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.
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.
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.
Refresh tokens are usually long-lived and provide clients with the ability to get new access tokens without end-user involvement.