Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Commit

Permalink
docs(authconfig): synched with jans-auth-server AppConfiguration prop…
Browse files Browse the repository at this point in the history
…erties jans-config-issue#19
  • Loading branch information
pujavs committed May 7, 2021
1 parent 2befc3b commit a28de85
Showing 1 changed file with 6 additions and 23 deletions.
29 changes: 6 additions & 23 deletions cli/jca.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2516,8 +2516,6 @@ components:
defaultSubjectType:
type: string
description: Default Subject Type used for Dynamic Client Registration.
items:
type: string
enum:
- public
- pairwise
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -2798,8 +2794,6 @@ components:
defaultSignatureAlgorithm:
type: string
description: The default signature algorithm to sign ID Tokens.
items:
type: string
enum:
- HS256
- HS384
Expand All @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand All @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit a28de85

Please sign in to comment.