OATH.xml revision 7ea769c9edcf1a585b7e3b0b532f790efed64b21
803N/A<?xml version="1.0" encoding="UTF-8"?>
803N/A<!DOCTYPE ServicesConfiguration
803N/A PUBLIC "=//iPlanet//Service Management Services (SMS) 1.0 DTD//EN"
803N/A "jar://com/sun/identity/sm/sms.dtd">
803N/A<!--
803N/A/*
803N/A * The contents of this file are subject to the terms of the Common Development and
803N/A * Distribution License (the License). You may not use this file except in compliance with the
803N/A * License.
803N/A *
803N/A * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
803N/A * specific language governing permission and limitations under the License.
803N/A *
803N/A * When distributing Covered Software, include this CDDL Header Notice in each file and include
803N/A * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
803N/A * Header, with the fields enclosed by brackets [] replaced by your own identifying
803N/A * information: "Portions Copyrighted [year] [name of copyright owner]".
803N/A *
803N/A * Copyright 2012-2015 ForgeRock AS.
803N/A */
803N/A-->
803N/A
803N/A<ServicesConfiguration>
803N/A <Service name="OATH" version="1.0">
803N/A <Schema
803N/A serviceHierarchy="/DSAMEConfig/ForgeRockOATHService"
803N/A i18nFileName="OATHService"
803N/A revisionNumber="1"
803N/A resourceName="oathService"
803N/A i18nKey="forgerock-oath-service-description">
803N/A <Organization>
803N/A
803N/A <AttributeSchema name="iplanet-am-auth-oath-attr-name"
803N/A type="single"
803N/A syntax="string"
803N/A i18nKey="a100"
803N/A resourceName="oathAttrName">
803N/A <DefaultValues>
803N/A <Value>oathDeviceProfiles</Value>
803N/A </DefaultValues>
803N/A </AttributeSchema>
803N/A
803N/A </Organization>
803N/A </Schema>
803N/A </Service>
803N/A</ServicesConfiguration>