Skip to content

Commit

Permalink
fix(config-api): fix for swagger spec for scope creation and sessoin …
Browse files Browse the repository at this point in the history
…endpoint filter (#2949)
  • Loading branch information
pujavs authored Nov 9, 2022
1 parent 9275576 commit 2989f1d
Show file tree
Hide file tree
Showing 5 changed files with 101 additions and 303 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ private ApiConstants() {}
public static final String QNAME = "qname";
public static final String INCLUDE_SOURCE = "includeSource";
public static final String SOURCE = "/source/";
public static final String PLUGIN = "/plugin";

public static final String LIMIT = "limit";
public static final String START_INDEX = "startIndex";
Expand Down
34 changes: 17 additions & 17 deletions jans-config-api/docs/jans-config-api-swagger-auto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7178,18 +7178,18 @@ components:
$ref: '#/components/schemas/AttributeValidation'
tooltip:
type: string
adminCanAccess:
adminCanEdit:
type: boolean
userCanAccess:
type: boolean
adminCanEdit:
adminCanView:
type: boolean
adminCanAccess:
type: boolean
userCanView:
type: boolean
userCanEdit:
type: boolean
adminCanView:
type: boolean
whitePagesCanView:
type: boolean
baseDn:
Expand Down Expand Up @@ -7528,8 +7528,6 @@ components:
format: int32
displayName:
type: string
tokenBindingSupported:
type: boolean
authenticationMethod:
type: string
enum:
Expand All @@ -7541,6 +7539,8 @@ components:
- tls_client_auth
- self_signed_tls_client_auth
- none
tokenBindingSupported:
type: boolean
baseDn:
type: string
inum:
Expand Down Expand Up @@ -8343,6 +8343,17 @@ components:
$ref: '#/components/schemas/EngineConfig'
ssaConfiguration:
$ref: '#/components/schemas/SsaConfiguration'
allResponseTypesSupported:
uniqueItems: true
type: array
items:
type: string
enum:
- code
- token
- id_token
fapi:
type: boolean
enabledFeatureFlags:
uniqueItems: true
type: array
Expand Down Expand Up @@ -8370,17 +8381,6 @@ components:
- STAT
- PAR
- SSA
allResponseTypesSupported:
uniqueItems: true
type: array
items:
type: string
enum:
- code
- token
- id_token
fapi:
type: boolean
AuthenticationFilter:
required:
- baseDn
Expand Down
Loading

0 comments on commit 2989f1d

Please sign in to comment.