AuthenticatorOATH.xml revision cc379f383b1b5d6eec442449142e5a577ebc1107
8e10fde505ebb199db3bf8f55e9b8025ea8a939dDavid Luna<?xml version="1.0" encoding="UTF-8"?>
8e10fde505ebb199db3bf8f55e9b8025ea8a939dDavid Luna<!DOCTYPE ServicesConfiguration
8e10fde505ebb199db3bf8f55e9b8025ea8a939dDavid Luna PUBLIC "=//iPlanet//Service Management Services (SMS) 1.0 DTD//EN"
8e10fde505ebb199db3bf8f55e9b8025ea8a939dDavid Luna "jar://com/sun/identity/sm/sms.dtd">
8e10fde505ebb199db3bf8f55e9b8025ea8a939dDavid Luna<!--
8e10fde505ebb199db3bf8f55e9b8025ea8a939dDavid Luna/*
8e10fde505ebb199db3bf8f55e9b8025ea8a939dDavid Luna * The contents of this file are subject to the terms of the Common Development and
8e10fde505ebb199db3bf8f55e9b8025ea8a939dDavid Luna * Distribution License (the License). You may not use this file except in compliance with the
8e10fde505ebb199db3bf8f55e9b8025ea8a939dDavid Luna * License.
8e10fde505ebb199db3bf8f55e9b8025ea8a939dDavid Luna *
8e10fde505ebb199db3bf8f55e9b8025ea8a939dDavid Luna * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
8e10fde505ebb199db3bf8f55e9b8025ea8a939dDavid Luna * specific language governing permission and limitations under the License.
8e10fde505ebb199db3bf8f55e9b8025ea8a939dDavid Luna *
8e10fde505ebb199db3bf8f55e9b8025ea8a939dDavid Luna * When distributing Covered Software, include this CDDL Header Notice in each file and include
8e10fde505ebb199db3bf8f55e9b8025ea8a939dDavid Luna * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
8e10fde505ebb199db3bf8f55e9b8025ea8a939dDavid Luna * Header, with the fields enclosed by brackets [] replaced by your own identifying
8e10fde505ebb199db3bf8f55e9b8025ea8a939dDavid Luna * information: "Portions Copyrighted [year] [name of copyright owner]".
8e10fde505ebb199db3bf8f55e9b8025ea8a939dDavid Luna *
8e10fde505ebb199db3bf8f55e9b8025ea8a939dDavid Luna * Copyright 2012-2015 ForgeRock AS.
8e10fde505ebb199db3bf8f55e9b8025ea8a939dDavid Luna */
8e10fde505ebb199db3bf8f55e9b8025ea8a939dDavid Luna-->
8e10fde505ebb199db3bf8f55e9b8025ea8a939dDavid Luna
8e10fde505ebb199db3bf8f55e9b8025ea8a939dDavid Luna<ServicesConfiguration>
8e10fde505ebb199db3bf8f55e9b8025ea8a939dDavid Luna<Service name="AuthenticatorOATH" version="1.0">
8e10fde505ebb199db3bf8f55e9b8025ea8a939dDavid Luna <Schema
8e10fde505ebb199db3bf8f55e9b8025ea8a939dDavid Luna serviceHierarchy="/DSAMEConfig/ForgeRockAuthenticatorOATHService"
8e10fde505ebb199db3bf8f55e9b8025ea8a939dDavid Luna i18nFileName="AuthenticatorOATHService"
89de99ec28ba74f34c625abf3f123d966195849dRich Riley revisionNumber="1"
8e10fde505ebb199db3bf8f55e9b8025ea8a939dDavid Luna resourceName="authenticatorOathService"
8e10fde505ebb199db3bf8f55e9b8025ea8a939dDavid Luna i18nKey="forgerock-auth-authenticator-oath-service-description">
8e10fde505ebb199db3bf8f55e9b8025ea8a939dDavid Luna <Organization>
8e10fde505ebb199db3bf8f55e9b8025ea8a939dDavid Luna
8e10fde505ebb199db3bf8f55e9b8025ea8a939dDavid Luna <AttributeSchema name="iplanet-am-auth-authenticator-oath-attr-name"
8e10fde505ebb199db3bf8f55e9b8025ea8a939dDavid Luna type="single"
8e10fde505ebb199db3bf8f55e9b8025ea8a939dDavid Luna syntax="string"
8e10fde505ebb199db3bf8f55e9b8025ea8a939dDavid Luna i18nKey="a100"
3d8ee1629200b24b539b887a7feaec640fe610a8Kajetan Hemzaczek resourceName="oathAttrName">
89de99ec28ba74f34c625abf3f123d966195849dRich Riley <DefaultValues>
8e10fde505ebb199db3bf8f55e9b8025ea8a939dDavid Luna <Value>oathDeviceProfiles</Value>
89de99ec28ba74f34c625abf3f123d966195849dRich Riley </DefaultValues>
89de99ec28ba74f34c625abf3f123d966195849dRich Riley </AttributeSchema>
89de99ec28ba74f34c625abf3f123d966195849dRich Riley
89de99ec28ba74f34c625abf3f123d966195849dRich Riley <AttributeSchema name="iplanet-am-auth-authenticator-oath-skippable-name"
8e10fde505ebb199db3bf8f55e9b8025ea8a939dDavid Luna type="single"
syntax="string"
i18nKey="a107"
resourceName="authenticatorOATHSkippableName">
<DefaultValues>
<Value>oath2faEnabled</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="openam-auth-authenticator-oath-device-settings-encryption-scheme"
type="single_choice"
i18nKey="a101"
resourceName="authenticatorOATHDeviceSettingsEncryptionScheme">
<ChoiceValues>
<ChoiceValue i18nKey="RSAES_AES256CBC_HS512">RSAES_AES256CBC_HS512</ChoiceValue>
<ChoiceValue i18nKey="RSAES_AES128CBC_HS256">RSAES_AES128CBC_HS256</ChoiceValue>
<ChoiceValue i18nKey="None">NONE</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>NONE</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="openam-auth-authenticator-oath-device-settings-encryption-keystore"
type="single"
syntax="string"
i18nKey="a102"
resourceName="authenticatorOATHDeviceSettingsEncryptionKeystore">
<DefaultValues>
<Value>@BASE_DIR@/@SERVER_URI@/keystore.jks</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="openam-auth-authenticator-oath-device-settings-encryption-keystore-type"
type="single_choice"
i18nKey="a103"
resourceName="authenticatorOATHDeviceSettingsEncryptionKeystoreType">
<ChoiceValues>
<ChoiceValue i18nKey="JKS">JKS</ChoiceValue>
<ChoiceValue i18nKey="JCEKS">JCEKS</ChoiceValue>
<ChoiceValue i18nKey="PKCS11">PKCS11</ChoiceValue>
<ChoiceValue i18nKey="PKCS12">PKCS12</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>JKS</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="openam-auth-authenticator-oath-device-settings-encryption-keystore-password"
type="single"
syntax="password"
i18nKey="a104"
resourceName="authenticatorOATHDeviceSettingsEncryptionKeystorePassword">
<IsOptional/>
<DefaultValues>
<Value>changeit</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="openam-auth-authenticator-oath-device-settings-encryption-keypair-alias"
type="single"
syntax="string"
i18nKey="a105"
resourceName="authenticatorOATHDeviceSettingsEncryptionKeystoreKeyPairAlias">
<IsOptional/>
</AttributeSchema>
<AttributeSchema name="openam-auth-authenticator-oath-device-settings-encryption-privatekey-password"
type="single"
syntax="password"
i18nKey="a106"
resourceName="authenticatorOATHDeviceSettingsEncryptionKeystorePrivateKeyPassword">
<IsOptional/>
</AttributeSchema>
</Organization>
</Schema>
</Service>
</ServicesConfiguration>