38 |
39 |
40 | <% if (session.getAttribute(WebAttributes.AUTHENTICATION_EXCEPTION) != null && !(session.getAttribute(WebAttributes.AUTHENTICATION_EXCEPTION) instanceof UnapprovedClientAuthenticationException)) { %>
41 |
42 |
43 |
Whoops!
44 |
45 |
Access could not be granted.
46 | (<%= ((AuthenticationException) session.getAttribute(WebAttributes.AUTHENTICATION_EXCEPTION)).getMessage() %>)
47 |
48 | <% } %>
49 |
50 |
51 |
52 |
53 |
54 | Please Confirm
55 |
56 | You hereby authorize "" to access your protected resources.
57 |
58 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/jsp/custodian/oauth/tokens.jsp:
--------------------------------------------------------------------------------
1 | <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
2 | <%@ taglib prefix="security" uri="http://www.springframework.org/security/tags" %>
3 | <%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
4 | <%--
5 | ~
6 | ~ Copyright (c) 2018-2021 Green Button Alliance, Inc.
7 | ~
8 | ~ Portions (c) 2013-2018 EnergyOS.org
9 | ~
10 | ~ Licensed under the Apache License, Version 2.0 (the "License");
11 | ~ you may not use this file except in compliance with the License.
12 | ~ You may obtain a copy of the License at
13 | ~
14 | ~ http://www.apache.org/licenses/LICENSE-2.0
15 | ~
16 | ~ Unless required by applicable law or agreed to in writing, software
17 | ~ distributed under the License is distributed on an "AS IS" BASIS,
18 | ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19 | ~ See the License for the specific language governing permissions and
20 | ~ limitations under the License.
21 | ~
22 | --%>
23 |
24 |
25 |
26 |
27 |
35 |
()
36 |
Please go back to your client application and try again, or contact the owner and ask for support
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/jsp/retailcustomers/index.jsp:
--------------------------------------------------------------------------------
1 | <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
2 | <%--
3 | ~
4 | ~ Copyright (c) 2018-2021 Green Button Alliance, Inc.
5 | ~
6 | ~ Portions (c) 2013-2018 EnergyOS.org
7 | ~
8 | ~ Licensed under the Apache License, Version 2.0 (the "License");
9 | ~ you may not use this file except in compliance with the License.
10 | ~ You may obtain a copy of the License at
11 | ~
12 | ~ http://www.apache.org/licenses/LICENSE-2.0
13 | ~
14 | ~ Unless required by applicable law or agreed to in writing, software
15 | ~ distributed under the License is distributed on an "AS IS" BASIS,
16 | ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 | ~ See the License for the specific language governing permissions and
18 | ~ limitations under the License.
19 | ~
20 | --%>
21 |
22 |
23 |
24 |
25 |