diff --git a/openid-connect-server/src/main/webapp/WEB-INF/views/approve.jsp b/openid-connect-server/src/main/webapp/WEB-INF/views/approve.jsp index 09426bd96..5d4777c7e 100644 --- a/openid-connect-server/src/main/webapp/WEB-INF/views/approve.jsp +++ b/openid-connect-server/src/main/webapp/WEB-INF/views/approve.jsp @@ -1,11 +1,7 @@ -<%@ page - import="org.springframework.security.core.AuthenticationException"%> -<%@ page - import="org.springframework.security.oauth2.common.exceptions.UnapprovedClientAuthenticationException"%> -<%@ page - import="org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter"%> -<%@ taglib prefix="authz" - uri="http://www.springframework.org/security/tags"%> +<%@ page import="org.springframework.security.core.AuthenticationException"%> +<%@ page import="org.springframework.security.oauth2.common.exceptions.UnapprovedClientAuthenticationException"%> +<%@ page import="org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter"%> +<%@ taglib prefix="authz" uri="http://www.springframework.org/security/tags"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <%@ taglib prefix="o" tagdir="/WEB-INF/tags"%> @@ -15,9 +11,8 @@
× -

- Access could not be granted. (<%= ((AuthenticationException) session.getAttribute(AbstractAuthenticationProcessingFilter.SPRING_SECURITY_LAST_EXCEPTION_KEY)).getMessage() %> - ) +

Access could not be granted. + (<%= ((AuthenticationException) session.getAttribute(AbstractAuthenticationProcessingFilter.SPRING_SECURITY_LAST_EXCEPTION_KEY)).getMessage() %>)

<% } %> @@ -52,30 +47,29 @@ - Do you authorize " - + Do you authorize + " - - " to sign you into their site using your identity? + " + to sign you into their site using your identity?
- more information + more information

-

+

- Redirect URI: - + + Redirect URI:
@@ -85,13 +79,12 @@ -