Skip to content

Commit

Permalink
feat(config-api): client claim enhancement, manual spec removed (#3413)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
pujavs authored Dec 26, 2022
1 parent 67e1d22 commit bd2cdf8
Show file tree
Hide file tree
Showing 15 changed files with 169 additions and 7,378 deletions.
45 changes: 27 additions & 18 deletions jans-config-api/docs/jans-config-api-swagger-auto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7299,17 +7299,17 @@ components:
type: string
whitePagesCanView:
type: boolean
adminCanEdit:
userCanAccess:
type: boolean
adminCanView:
type: boolean
adminCanAccess:
type: boolean
userCanEdit:
type: boolean
userCanView:
type: boolean
adminCanView:
adminCanEdit:
type: boolean
userCanAccess:
userCanView:
type: boolean
baseDn:
type: string
Expand Down Expand Up @@ -8470,17 +8470,8 @@ components:
$ref: '#/components/schemas/SsaConfiguration'
blockWebviewAuthorizationEnabled:
type: boolean
fapi:
type: boolean
allResponseTypesSupported:
uniqueItems: true
type: array
items:
type: string
enum:
- code
- token
- id_token
userInfoConfiguration:
$ref: '#/components/schemas/UserInfoConfiguration'
enabledFeatureFlags:
uniqueItems: true
type: array
Expand Down Expand Up @@ -8508,6 +8499,17 @@ 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 Expand Up @@ -8698,6 +8700,13 @@ components:
type: string
sharedSecret:
type: string
UserInfoConfiguration:
type: object
properties:
dateFormatterPattern:
type: object
additionalProperties:
type: string
PersistenceConfiguration:
type: object
properties:
Expand Down Expand Up @@ -8801,13 +8810,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
Loading

0 comments on commit bd2cdf8

Please sign in to comment.