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