Skip to content

Commit bd2cdf8

Browse files
authored
feat(config-api): client claim enhancement, manual spec removed (#3413)
* feat(config-api): interceptor code * feat(config-api): interceptor for request * feat(config-api): interceptor code wip * feat(config-api): interceptor code wip * feat(config-api): syns with main * feat(config-api): client creation claim enhancement * feat(config-api): client creation claim enhancement
1 parent 67e1d22 commit bd2cdf8

File tree

15 files changed

+169
-7378
lines changed

15 files changed

+169
-7378
lines changed

jans-config-api/docs/jans-config-api-swagger-auto.yaml

+27-18
Original file line numberDiff line numberDiff line change
@@ -7299,17 +7299,17 @@ components:
72997299
type: string
73007300
whitePagesCanView:
73017301
type: boolean
7302-
adminCanEdit:
7302+
userCanAccess:
7303+
type: boolean
7304+
adminCanView:
73037305
type: boolean
73047306
adminCanAccess:
73057307
type: boolean
73067308
userCanEdit:
73077309
type: boolean
7308-
userCanView:
7309-
type: boolean
7310-
adminCanView:
7310+
adminCanEdit:
73117311
type: boolean
7312-
userCanAccess:
7312+
userCanView:
73137313
type: boolean
73147314
baseDn:
73157315
type: string
@@ -8470,17 +8470,8 @@ components:
84708470
$ref: '#/components/schemas/SsaConfiguration'
84718471
blockWebviewAuthorizationEnabled:
84728472
type: boolean
8473-
fapi:
8474-
type: boolean
8475-
allResponseTypesSupported:
8476-
uniqueItems: true
8477-
type: array
8478-
items:
8479-
type: string
8480-
enum:
8481-
- code
8482-
- token
8483-
- id_token
8473+
userInfoConfiguration:
8474+
$ref: '#/components/schemas/UserInfoConfiguration'
84848475
enabledFeatureFlags:
84858476
uniqueItems: true
84868477
type: array
@@ -8508,6 +8499,17 @@ components:
85088499
- STAT
85098500
- PAR
85108501
- SSA
8502+
allResponseTypesSupported:
8503+
uniqueItems: true
8504+
type: array
8505+
items:
8506+
type: string
8507+
enum:
8508+
- code
8509+
- token
8510+
- id_token
8511+
fapi:
8512+
type: boolean
85118513
AuthenticationFilter:
85128514
required:
85138515
- baseDn
@@ -8698,6 +8700,13 @@ components:
86988700
type: string
86998701
sharedSecret:
87008702
type: string
8703+
UserInfoConfiguration:
8704+
type: object
8705+
properties:
8706+
dateFormatterPattern:
8707+
type: object
8708+
additionalProperties:
8709+
type: string
87018710
PersistenceConfiguration:
87028711
type: object
87038712
properties:
@@ -8801,13 +8810,13 @@ components:
88018810
type: boolean
88028811
internal:
88038812
type: boolean
8813+
locationPath:
8814+
type: string
88048815
locationType:
88058816
type: string
88068817
enum:
88078818
- ldap
88088819
- file
8809-
locationPath:
8810-
type: string
88118820
baseDn:
88128821
type: string
88138822
ScriptError:

0 commit comments

Comments
 (0)