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