OAuthProxy.jsp revision e8721886dbfd32e88cc7077cbee4b6bb1b44b443
4bb7efa72ed531c10f097919636e67724ec4c25aGarrett D'Amore<%--
4bb7efa72ed531c10f097919636e67724ec4c25aGarrett D'Amore DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
4bb7efa72ed531c10f097919636e67724ec4c25aGarrett D'Amore
4bb7efa72ed531c10f097919636e67724ec4c25aGarrett D'Amore Copyright � 2011 ForgeRock AS. All rights reserved.
4bb7efa72ed531c10f097919636e67724ec4c25aGarrett D'Amore Copyright 2011 Cybernetica AS.
4bb7efa72ed531c10f097919636e67724ec4c25aGarrett D'Amore
4bb7efa72ed531c10f097919636e67724ec4c25aGarrett D'Amore The contents of this file are subject to the terms
4bb7efa72ed531c10f097919636e67724ec4c25aGarrett D'Amore of the Common Development and Distribution License
4bb7efa72ed531c10f097919636e67724ec4c25aGarrett D'Amore (the License). You may not use this file except in
4bb7efa72ed531c10f097919636e67724ec4c25aGarrett D'Amore compliance with the License.
4bb7efa72ed531c10f097919636e67724ec4c25aGarrett D'Amore
4bb7efa72ed531c10f097919636e67724ec4c25aGarrett D'Amore You can obtain a copy of the License at
4bb7efa72ed531c10f097919636e67724ec4c25aGarrett D'Amore http://forgerock.org/license/CDDLv1.0.html
4bb7efa72ed531c10f097919636e67724ec4c25aGarrett D'Amore See the License for the specific language governing
4bb7efa72ed531c10f097919636e67724ec4c25aGarrett D'Amore permission and limitations under the License.
4bb7efa72ed531c10f097919636e67724ec4c25aGarrett D'Amore
4bb7efa72ed531c10f097919636e67724ec4c25aGarrett D'Amore When distributing Covered Code, include this CDDL
4bb7efa72ed531c10f097919636e67724ec4c25aGarrett D'Amore Header Notice in each file and include the License file
4bb7efa72ed531c10f097919636e67724ec4c25aGarrett D'Amore at http://forgerock.org/license/CDDLv1.0.html
4bb7efa72ed531c10f097919636e67724ec4c25aGarrett D'Amore If applicable, add the following below the CDDL Header,
4bb7efa72ed531c10f097919636e67724ec4c25aGarrett D'Amore with the fields enclosed by brackets [] replaced by
4bb7efa72ed531c10f097919636e67724ec4c25aGarrett D'Amore your own identifying information:
3f7d54a6b84904c8f4d8daa4c7b577bede7df8b9Garrett D'Amore "Portions Copyrighted [year] [name of copyright owner]"
4bb7efa72ed531c10f097919636e67724ec4c25aGarrett D'Amore
4bb7efa72ed531c10f097919636e67724ec4c25aGarrett D'Amore--%>
4bb7efa72ed531c10f097919636e67724ec4c25aGarrett D'Amore
4bb7efa72ed531c10f097919636e67724ec4c25aGarrett D'Amore<%@ page import="org.forgerock.openam.authentication.modules.oauth2.OAuthProxy" %>
4bb7efa72ed531c10f097919636e67724ec4c25aGarrett D'Amore
4bb7efa72ed531c10f097919636e67724ec4c25aGarrett D'Amore<%= OAuthProxy.toPostForm(request, response) %>
4bb7efa72ed531c10f097919636e67724ec4c25aGarrett D'Amore