UmaProvider.xml revision a093731116a8c24d49b903df7602cf586e499b45
2N/A<?xml version="1.0" encoding="UTF-8"?>
2N/A<!DOCTYPE ServicesConfiguration
2N/A PUBLIC "=//iPlanet//Service Management Services (SMS) 1.0 DTD//EN"
2N/A "jar://com/sun/identity/sm/sms.dtd">
2N/A<!--
2N/A/*
2N/A * The contents of this file are subject to the terms of the Common Development and
2N/A * Distribution License (the License). You may not use this file except in compliance with the
2N/A * License.
2N/A *
2N/A * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
2N/A * specific language governing permission and limitations under the License.
2N/A *
2N/A * When distributing Covered Software, include this CDDL Header Notice in each file and include
2N/A * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
2N/A * Header, with the fields enclosed by brackets [] replaced by your own identifying
2N/A * information: "Portions Copyrighted [year] [name of copyright owner]".
2N/A *
2N/A * Copyright 2015 ForgeRock AS.
2N/A */
2N/A-->
2N/A
2N/A<ServicesConfiguration>
2N/A <Service name="UmaProvider" version="1.0">
2N/A <Schema
2N/A serviceHierarchy="/DSAMEConfig/umaProviderService"
2N/A i18nFileName="UmaProvider"
2N/A revisionNumber="1"
2N/A i18nKey="forgerock-am-uma-service-description">
2N/A <Organization>
2N/A <AttributeSchema name="uma-rpt-lifetime"
2N/A type="single"
2N/A syntax="number_range" rangeStart="0" rangeEnd="2147483647"
2N/A validator="RequiredValueValidator"
2N/A i18nKey="a101">
2N/A <DefaultValues>
2N/A <Value>3600</Value>
2N/A </DefaultValues>
2N/A </AttributeSchema>
2N/A
2N/A <AttributeSchema name="uma-permission-ticket-lifetime"
2N/A type="single"
2N/A syntax="number_range" rangeStart="0" rangeEnd="2147483647"
2N/A validator="RequiredValueValidator"
2N/A i18nKey="a102">
2N/A <DefaultValues>
2N/A <Value>60</Value>
2N/A </DefaultValues>
2N/A </AttributeSchema>
2N/A
2N/A <!-- TODO bearer MUST always be supported so should we just added it always and not have here? or have here as well? -->
2N/A <AttributeSchema name="uma-supported-pat-profiles"
2N/A type="list"
2N/A syntax="string"
2N/A i18nKey="a103">
2N/A <DefaultValues>
<Value>bearer</Value>
</DefaultValues>
</AttributeSchema>
<!-- TODO bearer MUST always be supported so should we just added it always and not have here? or have here as well? -->
<AttributeSchema name="uma-supported-aat-profiles"
type="list"
syntax="string"
i18nKey="a104">
<DefaultValues>
<Value>bearer</Value>
</DefaultValues>
</AttributeSchema>
<!-- TODO bearer MUST always be supported so should we just added it always and not have here? or have here as well? -->
<AttributeSchema name="uma-supported-rpt-profiles"
type="list"
syntax="string"
i18nKey="a105">
<DefaultValues>
<Value>bearer</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="uma-supported-claim-token-profiles"
type="list"
syntax="string"
i18nKey="a106">
<DefaultValues>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="uma-supported-uma-profiles"
type="list"
syntax="string"
i18nKey="a107">
<DefaultValues>
</DefaultValues>
</AttributeSchema>
<SubSchema name="serverconfig" inheritance="multiple">
<AttributeSchema name="uma-rpt-lifetime"
type="single"
syntax="number_range" rangeStart="0" rangeEnd="2147483647"
validator="RequiredValueValidator"
i18nKey="a101">
<DefaultValues>
<Value>3600</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="uma-permission-ticket-lifetime"
type="single"
syntax="number_range" rangeStart="0" rangeEnd="2147483647"
validator="RequiredValueValidator"
i18nKey="a102">
<DefaultValues>
<Value>60</Value>
</DefaultValues>
</AttributeSchema>
<!-- TODO bearer MUST always be supported so should we just added it always and not have here? or have here as well? -->
<AttributeSchema name="uma-supported-pat-profiles"
type="list"
syntax="string"
i18nKey="a103">
<DefaultValues>
<Value>bearer</Value>
</DefaultValues>
</AttributeSchema>
<!-- TODO bearer MUST always be supported so should we just added it always and not have here? or have here as well? -->
<AttributeSchema name="uma-supported-aat-profiles"
type="list"
syntax="string"
i18nKey="a104">
<DefaultValues>
<Value>bearer</Value>
</DefaultValues>
</AttributeSchema>
<!-- TODO bearer MUST always be supported so should we just added it always and not have here? or have here as well? -->
<AttributeSchema name="uma-supported-rpt-profiles"
type="list"
syntax="string"
i18nKey="a105">
<DefaultValues>
<Value>bearer</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="uma-supported-claim-token-profiles"
type="list"
syntax="string"
i18nKey="a106">
<DefaultValues>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="uma-supported-uma-profiles"
type="list"
syntax="string"
i18nKey="a107">
<DefaultValues>
</DefaultValues>
</AttributeSchema>
</SubSchema>
</Organization>
</Schema>
</Service>
</ServicesConfiguration>