diff --git a/server/src/main/webapp/WEB-INF/views/oauth/approve.jsp b/server/src/main/webapp/WEB-INF/views/oauth/approve.jsp new file mode 100644 index 000000000..48230c836 --- /dev/null +++ b/server/src/main/webapp/WEB-INF/views/oauth/approve.jsp @@ -0,0 +1,59 @@ +<%@ page import="org.springframework.security.core.AuthenticationException" %> +<%@ page import="org.springframework.security.oauth2.provider.verification.BasicUserApprovalFilter" %> +<%@ page import="org.springframework.security.oauth2.provider.verification.VerificationCodeFilter" %> +<%@ 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/jstl/core_rt" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib prefix="o" tagdir="/WEB-INF/tags" %> + + + +
+
+ +
+ × + +

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

+
+
+ + + + +
+

Please Confirm!

+ +

I hereby authorize "" to access my protected resources.

+ +

+ +

+ + +
+   +
+ + +
+

+ learn more + +
+ +
+ + +
+
+ \ No newline at end of file diff --git a/server/src/main/webapp/resources/admin/approve_test.html b/server/src/main/webapp/resources/admin/approve_test.html new file mode 100644 index 000000000..c29197be6 --- /dev/null +++ b/server/src/main/webapp/resources/admin/approve_test.html @@ -0,0 +1,105 @@ + + + + + OpenID Connect + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +

Logged in as username

+
+
+
+ +
+
+ +
+ × +

Oh snap! Change this and that and try again.

+
+ +
+

Please Confirm!

+

I hereby authorize http://domain.com to access my protected resources.

+

Approve Deny

+ + learn more + +
+ +
+
+ + +