propertyConfigureSocialAuthNUnknownProvider.xml revision 3fc1b5e9b2ff286cd528a06154cc998198de1e70
2N/A<!--
2N/A ~ The contents of this file are subject to the terms of the Common Development and
2N/A ~ Distribution License (the License). You may not use this file except in compliance with the
2N/A ~ License.
2N/A ~
2N/A ~ You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
2N/A ~ specific language governing permission and limitations under the License.
2N/A ~
2N/A ~ When distributing Covered Software, include this CDDL Header Notice in each file and include
2N/A ~ the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
2N/A ~ Header, with the fields enclosed by brackets [] replaced by your own identifying
2N/A ~ information: "Portions copyright [year] [name of copyright owner]".
2N/A ~
2N/A ~ Copyright 2014 ForgeRock AS.
2N/A -->
2N/A
2N/A<!DOCTYPE propertysheet SYSTEM "propertysheet.dtd">
2N/A
2N/A<propertysheet>
2N/A <section name="realm" defaultValue="configure.social.authentication.section.realm">
2N/A <property required="true">
2N/A <label name="lblRealm" defaultValue="configure.social.authentication.label.realm" labelFor="tfRealm" />
2N/A <cc name="tfRealm" tagclass="com.sun.web.ui.taglib.html.CCDropDownMenuTag">
2N/A </cc>
2N/A </property>
2N/A </section>
2N/A <section name="provider" defaultValue="configure.social.authentication.section.provider">
2N/A <!-- Additional fields required for type=other. Assumes an OpenID Connect provider with a discovery doc. -->
2N/A <property required="true">
2N/A <label name="lblDiscoveryUrl" defaultValue="configure.social.authentication.label.discovery.url"
2N/A labelFor="tfDiscoveryUrl" />
2N/A <cc name="tfDiscoveryUrl" tagclass="com.sun.web.ui.taglib.html.CCTextFieldTag">
2N/A <attribute name="localizeDisplayFieldValue" value="false" />
2N/A <attribute name="size" value="75" />
2N/A </cc>
2N/A <fieldhelp name="helpDiscoveryUrl" defaultValue="configure.social.authentication.discovery.url.help.txt"/>
2N/A </property>
2N/A <property required="true">
2N/A <label name="lblProviderName" defaultValue="configure.social.authentication.label.provider.name"
2N/A labelFor="tfProviderName" />
2N/A <cc name="tfProviderName" tagclass="com.sun.web.ui.taglib.html.CCTextFieldTag">
2N/A <attribute name="localizeDisplayFieldValue" value="false" />
2N/A <attribute name="size" value="75" />
2N/A </cc>
2N/A <fieldhelp name="helpProviderName" defaultValue="configure.social.authentication.provider.name.help.txt"/>
2N/A </property>
2N/A <property required="true">
2N/A <label name="lblImageUrl" defaultValue="configure.social.authentication.label.image.url"
2N/A labelFor="tfImageUrl" />
2N/A <cc name="tfImageUrl" tagclass="com.sun.web.ui.taglib.html.CCTextFieldTag">
2N/A <attribute name="localizeDisplayFieldValue" value="false" />
2N/A <attribute name="size" value="75" />
2N/A </cc>
2N/A <fieldhelp name="helpImageUrl" defaultValue="configure.social.authentication.image.url.help.txt"/>
2N/A </property>
2N/A </section>
2N/A <section name="socialAuth" defaultValue="configure.social.authentication.section.setup">
2N/A <property required="true">
2N/A <label name="lblClientId" defaultValue="configure.social.authentication.label.client.id"
2N/A labelFor="tfClientId" />
2N/A <cc name="tfClientId" tagclass="com.sun.web.ui.taglib.html.CCTextFieldTag">
2N/A <attribute name="localizeDisplayFieldValue" value="false" />
2N/A <attribute name="size" value="75" />
2N/A </cc>
2N/A <fieldhelp name="helpClientId" defaultValue="configure.social.authentication.client.id.help.txt"/>
2N/A </property>
2N/A <property required="true">
2N/A <label name="lblClientSecret" defaultValue="configure.social.authentication.label.client.secret"
2N/A labelFor="tfClientSecret" />
2N/A <cc name="tfClientSecret" tagclass="com.sun.web.ui.taglib.html.CCPasswordTag">
2N/A <attribute name="localizeDisplayFieldValue" value="false" />
2N/A <attribute name="size" value="75" />
2N/A </cc>
2N/A <fieldhelp name="helpClientSecret" defaultValue="configure.social.authentication.client.secret.help.txt"/>
2N/A </property>
2N/A <property required="true">
2N/A <label name="lblConfirmSecret" defaultValue="configure.social.authentication.label.confirm.secret"
2N/A labelFor="tfConfirmSecret" />
2N/A <cc name="tfConfirmSecret" tagclass="com.sun.web.ui.taglib.html.CCPasswordTag">
2N/A <attribute name="localizeDisplayFieldValue" value="false" />
2N/A <attribute name="size" value="75" />
2N/A </cc>
2N/A </property>
2N/A <property required="true">
2N/A <label name="lblRedirectUrl" defaultValue="configure.social.authentication.label.redirect.url"
2N/A labelFor="tfRedirectUrl" />
2N/A <cc name="tfRedirectUrl" tagclass="com.sun.web.ui.taglib.html.CCTextFieldTag">
2N/A <attribute name="localizeDisplayFieldValue" value="false" />
2N/A <attribute name="size" value="75" />
2N/A </cc>
2N/A <fieldhelp name="helpRedirectUrl" defaultValue="configure.social.authentication.redirect.url.help.txt"/>
2N/A </property>
2N/A </section>
2N/A</propertysheet>
2N/A