48b78901f656af2c67b9b0702a15e7596eb74c54David Luna<?xml version='1.0' encoding="ISO-8859-1"?>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna<!--
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
4e2979b46b9f7123fc495cea86bf302e6b99d78asean oneill
4e2979b46b9f7123fc495cea86bf302e6b99d78asean oneill Copyright 2012-2016 ForgeRock AS.
4e2979b46b9f7123fc495cea86bf302e6b99d78asean oneill
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna The contents of this file are subject to the terms
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna of the Common Development and Distribution License
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna (the License). You may not use this file except in
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna compliance with the License.
4e2979b46b9f7123fc495cea86bf302e6b99d78asean oneill
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna You can obtain a copy of the License at
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna http://forgerock.org/license/CDDLv1.0.html
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna See the License for the specific language governing
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna permission and limitations under the License.
4e2979b46b9f7123fc495cea86bf302e6b99d78asean oneill
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna When distributing Covered Code, include this CDDL
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna Header Notice in each file and include the License file
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna at http://forgerock.org/license/CDDLv1.0.html
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna If applicable, add the following below the CDDL Header,
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna with the fields enclosed by brackets [] replaced by
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna your own identifying information:
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna "Portions Copyrighted 2012 ForgeRock AS"
4e2979b46b9f7123fc495cea86bf302e6b99d78asean oneill
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna-->
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna<!DOCTYPE ServicesConfiguration
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna PUBLIC "=//iPlanet//Service Management Services (SMS) 1.0 DTD//EN"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna "jar://com/sun/identity/sm/sms.dtd">
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna<ServicesConfiguration>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <Service name="iPlanetAMAuthAuthenticatorOATHService" version="1.0">
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <Schema
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna serviceHierarchy="/DSAMEConfig/authentication/iPlanetAMAuthAuthenticatorOATHService"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna i18nFileName="amAuthAuthenticatorOATH"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna revisionNumber="1"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna i18nKey="iPlanetAMAuthAuthenticatorOATHServiceDescription"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna resourceName="authenticatoroath">
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <Organization>
2bf51db1eb815628c78d06cbeabfd6d0e546aefcDavid Luna <AttributeSchema name="RequiredValueValidator"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna type="validator"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna syntax="string">
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <DefaultValues>
2bf51db1eb815628c78d06cbeabfd6d0e546aefcDavid Luna <Value>com.sun.identity.sm.RequiredValueValidator</Value>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </DefaultValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </AttributeSchema>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <AttributeSchema name="CodeLengthValidator"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna type="validator"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna syntax="string">
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <DefaultValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <Value>org.forgerock.openam.authentication.modules.fr.oath.validators.CodeLengthValidator</Value>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </DefaultValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </AttributeSchema>
c7a8b19be2c35dc8bb6d755209db24dc8383c765Peter Major <AttributeSchema name="iplanet-am-auth-authenticatoroath-auth-level"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna type="single"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna syntax="number_range" rangeStart="0" rangeEnd="2147483647"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna validator="RequiredValueValidator"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna i18nKey="a500"
3d8ee1629200b24b539b887a7feaec640fe610a8Kajetan Hemzaczek order="100"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna resourceName="authenticationLevel">
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <DefaultValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <Value>0</Value>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </DefaultValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </AttributeSchema>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <AttributeSchema name="iplanet-am-auth-fr-oath-password-length"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna type="single"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna syntax="string"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna validator="CodeLengthValidator"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna i18nKey="a501"
3d8ee1629200b24b539b887a7feaec640fe610a8Kajetan Hemzaczek order="200"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna resourceName="passwordLength">
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <DefaultValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <Value>6</Value>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </DefaultValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </AttributeSchema>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <AttributeSchema name="iplanet-am-auth-fr-oath-min-secret-key-length"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna type="single"
4e2979b46b9f7123fc495cea86bf302e6b99d78asean oneill syntax="number_range" rangeStart="16" rangeEnd="2147483647"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna i18nKey="a502"
3d8ee1629200b24b539b887a7feaec640fe610a8Kajetan Hemzaczek order="300"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna resourceName="minimumSecretKeyLength">
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <DefaultValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <Value>32</Value>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </DefaultValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </AttributeSchema>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <AttributeSchema name="iplanet-am-auth-fr-oath-algorithm"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna type="single_choice"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna syntax="string"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna validator="RequiredValueValidator"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna i18nKey="a504"
3d8ee1629200b24b539b887a7feaec640fe610a8Kajetan Hemzaczek order="400"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna resourceName="oathAlgorithm">
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <ChoiceValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <ChoiceValue i18nKey="HOTP">HOTP</ChoiceValue>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <ChoiceValue i18nKey="TOTP">TOTP</ChoiceValue>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </ChoiceValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <DefaultValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <Value>HOTP</Value>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </DefaultValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </AttributeSchema>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <AttributeSchema name="iplanet-am-auth-fr-oath-hotp-window-size"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna type="single"
4e2979b46b9f7123fc495cea86bf302e6b99d78asean oneill syntax="number_range" rangeStart="1" rangeEnd="2147483647"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna i18nKey="a505"
3d8ee1629200b24b539b887a7feaec640fe610a8Kajetan Hemzaczek order="500"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna resourceName="hotpWindowSize">
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <DefaultValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <Value>100</Value>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </DefaultValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </AttributeSchema>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <AttributeSchema name="iplanet-am-auth-fr-oath-add-checksum"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna type="single_choice"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna syntax="string"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna i18nKey="a507"
3d8ee1629200b24b539b887a7feaec640fe610a8Kajetan Hemzaczek order="600"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna resourceName="addChecksumToOtpEnabled">
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <ChoiceValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <ChoiceValue i18nKey="true">True</ChoiceValue>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <ChoiceValue i18nKey="false">False</ChoiceValue>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </ChoiceValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <DefaultValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <Value>False</Value>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </DefaultValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </AttributeSchema>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <AttributeSchema name="iplanet-am-auth-fr-oath-truncation-offset"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna type="single"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna syntax="number"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna i18nKey="a508"
3d8ee1629200b24b539b887a7feaec640fe610a8Kajetan Hemzaczek order="700"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna resourceName="truncationOffset">
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <DefaultValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <Value>-1</Value>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </DefaultValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </AttributeSchema>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <AttributeSchema name="iplanet-am-auth-fr-oath-size-of-time-step"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna type="single"
4e2979b46b9f7123fc495cea86bf302e6b99d78asean oneill syntax="number_range" rangeStart="1" rangeEnd="2147483647"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna i18nKey="a509"
3d8ee1629200b24b539b887a7feaec640fe610a8Kajetan Hemzaczek order="800"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna resourceName="totpTimeStepInterval">
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <DefaultValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <Value>30</Value>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </DefaultValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </AttributeSchema>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <AttributeSchema name="iplanet-am-auth-fr-oath-steps-in-window"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna type="single"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna syntax="number"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna i18nKey="a510"
3d8ee1629200b24b539b887a7feaec640fe610a8Kajetan Hemzaczek order="900"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna resourceName="totpTimeStepsInWindow">
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <DefaultValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <Value>2</Value>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </DefaultValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </AttributeSchema>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <AttributeSchema name="openam-auth-fr-oath-maximum-clock-drift"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna type="single"
4e2979b46b9f7123fc495cea86bf302e6b99d78asean oneill syntax="number_range" rangeStart="0" rangeEnd="2147483647"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna i18nKey="a514"
3d8ee1629200b24b539b887a7feaec640fe610a8Kajetan Hemzaczek order="1000"
4e2979b46b9f7123fc495cea86bf302e6b99d78asean oneill resourceName="totpMaximumClockDrift">
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <DefaultValues>
9ac85b8e5cd5fb2a97a371ed272318023b3384f3David Luna <Value>5</Value>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </DefaultValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </AttributeSchema>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <AttributeSchema name="openam-auth-fr-oath-issuer-name"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna type="single"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna syntax="string"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna i18nKey="a515"
3d8ee1629200b24b539b887a7feaec640fe610a8Kajetan Hemzaczek order="1100"
2bf51db1eb815628c78d06cbeabfd6d0e546aefcDavid Luna validator="RequiredValueValidator"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna resourceName="oathIssuerName">
2bf51db1eb815628c78d06cbeabfd6d0e546aefcDavid Luna <ExampleValue>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <Value>ForgeRock</Value>
2bf51db1eb815628c78d06cbeabfd6d0e546aefcDavid Luna </ExampleValue>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </AttributeSchema>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <SubSchema name="serverconfig" inheritance="multiple" resourceName="USE-PARENT">
2bf51db1eb815628c78d06cbeabfd6d0e546aefcDavid Luna <AttributeSchema name="RequiredValueValidator"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna type="validator"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna syntax="string">
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <DefaultValues>
2bf51db1eb815628c78d06cbeabfd6d0e546aefcDavid Luna <Value>com.sun.identity.sm.RequiredValueValidator</Value>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </DefaultValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </AttributeSchema>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <AttributeSchema name="CodeLengthValidator"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna type="validator"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna syntax="string">
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <DefaultValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <Value>org.forgerock.openam.authentication.modules.fr.oath.validators.CodeLengthValidator</Value>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </DefaultValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </AttributeSchema>
c7a8b19be2c35dc8bb6d755209db24dc8383c765Peter Major <AttributeSchema name="iplanet-am-auth-authenticatoroath-auth-level"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna type="single"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna syntax="number_range" rangeStart="0" rangeEnd="2147483647"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna i18nKey="a500"
3d8ee1629200b24b539b887a7feaec640fe610a8Kajetan Hemzaczek order="100"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna resourceName="authenticationLevel">
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <DefaultValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <Value>0</Value>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </DefaultValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </AttributeSchema>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <AttributeSchema name="iplanet-am-auth-fr-oath-password-length"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna type="single"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna syntax="string"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna validator="CodeLengthValidator"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna i18nKey="a501"
3d8ee1629200b24b539b887a7feaec640fe610a8Kajetan Hemzaczek order="200"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna resourceName="passwordLength">
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <DefaultValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <Value>6</Value>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </DefaultValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </AttributeSchema>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <AttributeSchema name="iplanet-am-auth-fr-oath-min-secret-key-length"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna type="single"
4e2979b46b9f7123fc495cea86bf302e6b99d78asean oneill syntax="number_range" rangeStart="16" rangeEnd="2147483647"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna i18nKey="a502"
3d8ee1629200b24b539b887a7feaec640fe610a8Kajetan Hemzaczek order="300"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna resourceName="minimumSecretKeyLength">
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <DefaultValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <Value>32</Value>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </DefaultValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </AttributeSchema>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <AttributeSchema name="iplanet-am-auth-fr-oath-algorithm"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna type="single_choice"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna syntax="string"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna i18nKey="a504"
3d8ee1629200b24b539b887a7feaec640fe610a8Kajetan Hemzaczek order="400"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna resourceName="oathAlgorithm">
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <ChoiceValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <ChoiceValue i18nKey="HOTP">HOTP</ChoiceValue>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <ChoiceValue i18nKey="TOTP">TOTP</ChoiceValue>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </ChoiceValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <DefaultValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <Value>HOTP</Value>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </DefaultValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </AttributeSchema>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <AttributeSchema name="iplanet-am-auth-fr-oath-hotp-window-size"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna type="single"
4e2979b46b9f7123fc495cea86bf302e6b99d78asean oneill syntax="number_range" rangeStart="1" rangeEnd="2147483647"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna i18nKey="a505"
3d8ee1629200b24b539b887a7feaec640fe610a8Kajetan Hemzaczek order="500"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna resourceName="hotpWindowSize">
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <DefaultValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <Value>100</Value>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </DefaultValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </AttributeSchema>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <AttributeSchema name="iplanet-am-auth-fr-oath-add-checksum"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna type="single_choice"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna syntax="string"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna i18nKey="a507"
3d8ee1629200b24b539b887a7feaec640fe610a8Kajetan Hemzaczek order="600"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna resourceName="addChecksumToOtpEnabled">
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <ChoiceValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <ChoiceValue i18nKey="true">True</ChoiceValue>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <ChoiceValue i18nKey="false">False</ChoiceValue>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </ChoiceValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <DefaultValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <Value>False</Value>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </DefaultValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </AttributeSchema>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <AttributeSchema name="iplanet-am-auth-fr-oath-truncation-offset"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna type="single"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna syntax="number"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna i18nKey="a508"
3d8ee1629200b24b539b887a7feaec640fe610a8Kajetan Hemzaczek order="700"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna resourceName="truncationOffset">
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <DefaultValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <Value>-1</Value>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </DefaultValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </AttributeSchema>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <AttributeSchema name="iplanet-am-auth-fr-oath-size-of-time-step"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna type="single"
4e2979b46b9f7123fc495cea86bf302e6b99d78asean oneill syntax="number_range" rangeStart="1" rangeEnd="2147483647"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna i18nKey="a509"
3d8ee1629200b24b539b887a7feaec640fe610a8Kajetan Hemzaczek order="800"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna resourceName="totpTimeStepInterval">
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <DefaultValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <Value>30</Value>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </DefaultValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </AttributeSchema>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <AttributeSchema name="iplanet-am-auth-fr-oath-steps-in-window"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna type="single"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna syntax="number"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna i18nKey="a510"
3d8ee1629200b24b539b887a7feaec640fe610a8Kajetan Hemzaczek order="900"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna resourceName="totpTimeStepsInWindow">
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <DefaultValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <Value>2</Value>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </DefaultValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </AttributeSchema>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <AttributeSchema name="openam-auth-fr-oath-maximum-clock-drift"
4e2979b46b9f7123fc495cea86bf302e6b99d78asean oneill type="single"
4e2979b46b9f7123fc495cea86bf302e6b99d78asean oneill syntax="number_range" rangeStart="0" rangeEnd="2147483647"
4e2979b46b9f7123fc495cea86bf302e6b99d78asean oneill i18nKey="a514"
3d8ee1629200b24b539b887a7feaec640fe610a8Kajetan Hemzaczek order="1000"
4e2979b46b9f7123fc495cea86bf302e6b99d78asean oneill resourceName="totpMaximumClockDrift">
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <DefaultValues>
9ac85b8e5cd5fb2a97a371ed272318023b3384f3David Luna <Value>5</Value>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </DefaultValues>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </AttributeSchema>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <AttributeSchema name="openam-auth-fr-oath-issuer-name"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna type="single"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna syntax="string"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna i18nKey="a515"
3d8ee1629200b24b539b887a7feaec640fe610a8Kajetan Hemzaczek order="1100"
2bf51db1eb815628c78d06cbeabfd6d0e546aefcDavid Luna validator="RequiredValueValidator"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna resourceName="oathIssuerName">
2bf51db1eb815628c78d06cbeabfd6d0e546aefcDavid Luna <ExampleValue>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <Value>ForgeRock</Value>
2bf51db1eb815628c78d06cbeabfd6d0e546aefcDavid Luna </ExampleValue>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </AttributeSchema>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </SubSchema>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </Organization>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </Schema>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </Service>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna</ServicesConfiguration>