CodeVerificationForm.ftl revision d5b9ba3b6bdbf419325d148f341f2d50ee1fce16
827N/A<!DOCTYPE html>
2362N/A<!--
827N/A~ The contents of this file are subject to the terms of the Common Development and
827N/A~ Distribution License (the License). You may not use this file except in compliance with the
827N/A~ License.
827N/A~
2362N/A~ You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
827N/A~ specific language governing permission and limitations under the License.
2362N/A~
827N/A~ When distributing Covered Software, include this CDDL Header Notice in each file and include
827N/A~ the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
827N/A~ Header, with the fields enclosed by brackets [] replaced by your own identifying
827N/A~ information: "Portions copyright [year] [name of copyright owner]".
827N/A~
827N/A~ Copyright 2015 ForgeRock AS.
827N/A-->
827N/A<html lang="en">
827N/A<head>
827N/A <meta charset="utf-8">
827N/A <meta http-equiv="X-UA-Compatible" content="IE=edge">
2362N/A <meta name="viewport" content="width=device-width, initial-scale=1">
2362N/A <meta name="description" content="OAuth2 Authorization">
2362N/A <title>OAuth2 Authorization Server</title>
827N/A</head>
827N/A
827N/A<body style="display:none">
827N/A<div id="wrapper">Loading...</div>
827N/A<footer id="footer" class="footer"></footer>
827N/A<script type="text/javascript">
827N/A pageData = {
827N/A <#if locale??>locale: "${locale?js_string}",</#if>
827N/A <#if errorCode??>errorCode: "${errorCode?js_string}",</#if>
827N/A realm : "${realm?js_string}/XUI",
827N/A baseUrl : "${baseUrl?js_string}/XUI"
827N/A };
827N/A</script>
827N/A<script data-main="${baseUrl?html}/XUI/main-device" src="${baseUrl?html}/XUI/libs/requirejs-2.1.14-min.js"></script>
827N/A</body>
827N/A</html>
827N/A