From a28de85eec90d35d2c6d526bb6e1fa7aca1b730d Mon Sep 17 00:00:00 2001 From: pujavs Date: Fri, 7 May 2021 14:41:33 +0530 Subject: [PATCH] docs(authconfig): synched with jans-auth-server AppConfiguration properties jans-config-issue#19 --- cli/jca.yaml | 29 ++++++----------------------- 1 file changed, 6 insertions(+), 23 deletions(-) diff --git a/cli/jca.yaml b/cli/jca.yaml index ce19110..f70fdf7 100644 --- a/cli/jca.yaml +++ b/cli/jca.yaml @@ -2516,8 +2516,6 @@ components: defaultSubjectType: type: string description: Default Subject Type used for Dynamic Client Registration. - items: - type: string enum: - public - pairwise @@ -2707,8 +2705,6 @@ components: serviceDocumentation: type: string description: URL of a page containing human-readable information that developers might want or need to know when using the OpenID Provider. - items: - type: string format: url example: 'http://gluu.org/docs' claimsLocalesSupported: @@ -2798,8 +2794,6 @@ components: defaultSignatureAlgorithm: type: string description: The default signature algorithm to sign ID Tokens. - items: - type: string enum: - HS256 - HS384 @@ -2819,9 +2813,6 @@ components: description: URL for the Inum generator Service. format: url example: 'https://server.example.com/oxid/service/jans/inum' - dynamicRegistrationEnabled: - type: boolean - description: Boolean value specifying whether to enable Dynamic Registration. dynamicRegistrationExpirationTime: type: integer description: Expiration time in seconds for clients created with dynamic registration, -1 means never expire. @@ -2976,14 +2967,9 @@ components: metricReporterKeepDataDays: type: integer description: The days to keep metric reported data. - metricReporterEnabled: - type: boolean - description: Boolean value specifying whether to enable Metric Reporter. pairwiseIdType: type: string description: The pairwise ID type. - items: - type: string pairwiseCalculationKey: type: string description: Key to calculate algorithmic pairwise IDs. @@ -3259,9 +3245,6 @@ components: cibaMaxExpirationTimeAllowedSec: type: integer description: Specifies the CIBA token expiration time in seconds. - cibaEnabled: - type: boolean - description: Boolean value specifying whether turn on CIBA. If true AS will process CIBA requests. discoveryCacheLifetimeInMinutes: type: integer description: Lifetime of discovery cache. @@ -3302,9 +3285,6 @@ components: dcrSkipSignatureValidation: type: boolean description: Boolean value indicating if signature validation is to be skipped. - statEnabled: - type: boolean - description: Boolean value indicating if statistical service is enabled. statTimerIntervalInSeconds: type: integer description: Statistical data capture time interval. @@ -3329,6 +3309,12 @@ components: keySignWithSameKeyButDiffAlg: type: boolean description: Specifies if signing to be done with same key but apply different algorithms. + enabledComponents: + type: array + description: List of auth components enabled + items: + type: string + example: 'HEALTH_CHECK, USERINFO, CLIENTINFO, ID_GENERATION, REGISTRATION, INTROSPECTION, etc..' GluuAttribute: title: GluuAttribute @@ -4357,9 +4343,6 @@ components: metricReporterKeepDataDays: type: integer description: The days to keep report data. - metricReporterEnabled: - type: boolean - description: Boolean value specifying whether to enable Metric Reporter. personCustomObjectClassList: type: array description: Custom object class list for dynamic person enrolment.