Skip to content

Commit

Permalink
fix(admin-ui): regenerate jans api
Browse files Browse the repository at this point in the history
  • Loading branch information
mjatin-dev committed Sep 23, 2022
1 parent da52ad8 commit 06e41eb
Showing 1 changed file with 46 additions and 24 deletions.
70 changes: 46 additions & 24 deletions admin-ui/configApiSpecs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,21 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/AuthenticationMethod'
examples:
Request json example:
description: Request json example
value:
id: basic
externalValue: swagger/defaultAcr.json
responses:
'200':
description: Ok
content:
application/json:
schema:
$ref: '#/components/schemas/AuthenticationMethod'
'400':
description: Bad Request
'401':
description: Unauthorized
'500':
Expand Down Expand Up @@ -223,6 +231,10 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Flow'
examples:
Request json example:
description: Request json example
externalValue: swagger/agama.json
responses:
'201':
description: Created
Expand Down Expand Up @@ -294,6 +306,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Flow'
'400':
description: Bad Request
'401':
description: Unauthorized
'500':
Expand Down Expand Up @@ -1195,12 +1209,11 @@ paths:
operationId: get-properties-persistence
responses:
'200':
description: Jans Authorization Server config properties
description: Jans Authorization Server persistence type
content:
application/json:
schema:
type: string
description: Jans Auth Server persistence type
$ref: '#/components/schemas/PersistenceConfiguration'
'401':
description: Unauthorized
'500':
Expand Down Expand Up @@ -3922,13 +3935,9 @@ components:
facterData:
$ref: '#/components/schemas/FacterData'
AuthenticationMethod:
required:
- defaultAcr
type: object
properties:
defaultAcr:
maxLength: 2147483647
minLength: 1
type: string
Flow:
type: object
Expand Down Expand Up @@ -4110,18 +4119,18 @@ components:
$ref: '#/components/schemas/AttributeValidation'
tooltip:
type: string
userCanView:
adminCanView:
type: boolean
adminCanEdit:
type: boolean
userCanAccess:
type: boolean
adminCanView:
type: boolean
userCanEdit:
userCanView:
type: boolean
adminCanAccess:
type: boolean
userCanEdit:
type: boolean
whitePagesCanView:
type: boolean
baseDn:
Expand Down Expand Up @@ -4769,6 +4778,10 @@ components:
type: array
items:
type: string
accessTokenSigningAlgValuesSupported:
type: array
items:
type: string
forceSignedRequestObject:
type: boolean
requestObjectSigningAlgValuesSupported:
Expand Down Expand Up @@ -5122,6 +5135,10 @@ components:
type: boolean
forceIdTokenHintPrecense:
type: boolean
rejectEndSessionIfIdTokenExpired:
type: boolean
allowEndSessionWithUnmatchedSid:
type: boolean
forceOfflineAccessScopeToEnableRefreshToken:
type: boolean
errorReasonEnabled:
Expand Down Expand Up @@ -5245,8 +5262,15 @@ components:
type: string
agamaConfiguration:
$ref: '#/components/schemas/EngineConfig'
fapi:
type: boolean
allResponseTypesSupported:
uniqueItems: true
type: array
items:
type: string
enum:
- code
- token
- id_token
enabledFeatureFlags:
uniqueItems: true
type: array
Expand All @@ -5273,15 +5297,8 @@ components:
- METRIC
- STAT
- PAR
allResponseTypesSupported:
uniqueItems: true
type: array
items:
type: string
enum:
- code
- token
- id_token
fapi:
type: boolean
AuthenticationFilter:
required:
- baseDn
Expand Down Expand Up @@ -5421,6 +5438,11 @@ components:
type: object
additionalProperties:
type: string
PersistenceConfiguration:
type: object
properties:
persistenceType:
type: string
SmtpConfiguration:
type: object
properties:
Expand Down Expand Up @@ -5566,13 +5588,13 @@ components:
type: boolean
internal:
type: boolean
locationPath:
type: string
locationType:
type: string
enum:
- ldap
- file
locationPath:
type: string
baseDn:
type: string
ScriptError:
Expand Down

0 comments on commit 06e41eb

Please sign in to comment.