Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(config-api): client claim enhancement, manual spec removed #3413

Merged
merged 10 commits into from
Dec 26, 2022
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