cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts<?xml version="1.0" encoding="UTF-8"?>
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts<!--
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts ~ The contents of this file are subject to the terms of the Common Development and
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts ~ Distribution License (the License). You may not use this file except in compliance with the
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts ~ License.
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts ~
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts ~ You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts ~ specific language governing permission and limitations under the License.
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts ~
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts ~ When distributing Covered Software, include this CDDL Header Notice in each file and include
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts ~ the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts ~ Header, with the fields enclosed by brackets [] replaced by your own identifying
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts ~ information: "Portions copyright [year] [name of copyright owner]".
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts ~
31efa30f058787c2c450472578e51d9f4760271aJames Phillpotts ~ Copyright 2014-2015 ForgeRock AS.
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts -->
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts<!DOCTYPE ServicesConfiguration
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts PUBLIC "=//iPlanet//Service Management Services (SMS) 1.0 DTD//EN"
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts "jar://com/sun/identity/sm/sms.dtd">
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts<ServicesConfiguration>
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts <Service name="socialAuthNService" version="1.0">
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts <Schema serviceHierarchy="/DSAMEConfig/socialAuthNService"
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts i18nFileName="socialAuthN" revisionNumber="1"
31efa30f058787c2c450472578e51d9f4760271aJames Phillpotts i18nKey="forgerock-am-socialauthn-service-description"
31efa30f058787c2c450472578e51d9f4760271aJames Phillpotts resourceName="socialauthentication">
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts <Organization>
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts <AttributeSchema name="MapValueValidator"
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts type="validator"
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts syntax="string">
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts <DefaultValues>
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts <Value>com.sun.identity.common.configuration.MapValueValidator</Value>
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts </DefaultValues>
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts </AttributeSchema>
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts <AttributeSchema name="socialAuthNDisplayName"
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts type="list"
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts syntax="string"
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts uitype="maplist"
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts validator="MapValueValidator"
31efa30f058787c2c450472578e51d9f4760271aJames Phillpotts resourceName="displayNames"
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts i18nKey="a101"/>
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts <AttributeSchema name="socialAuthNAuthChain"
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts type="list"
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts syntax="string"
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts uitype="maplist"
31efa30f058787c2c450472578e51d9f4760271aJames Phillpotts resourceName="authenticationChains"
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts validator="MapValueValidator"
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts i18nKey="a102">
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts <ChoiceValues>
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts <ChoiceValuesClassName
1cb968daf78963d139ff89a7b192e85314e82509James Phillpotts className="com.sun.identity.authentication.service.ConfiguredSocialAuthServices"/>
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts </ChoiceValues>
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts </AttributeSchema>
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts <AttributeSchema name="socialAuthNIcon"
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts type="list"
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts syntax="string"
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts uitype="maplist"
31efa30f058787c2c450472578e51d9f4760271aJames Phillpotts resourceName="icons"
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts validator="MapValueValidator"
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts i18nKey="a103"/>
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts <AttributeSchema name="socialAuthNEnabled"
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts type="list"
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts syntax="string"
31efa30f058787c2c450472578e51d9f4760271aJames Phillpotts resourceName="enabledKeys"
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts i18nKey="a104"/>
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts </Organization>
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts </Schema>
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts </Service>
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts</ServicesConfiguration>
cfdfc919000c56a355f581e05d9ca7ff44200208James Phillpotts