Skip to content

Commit

Permalink
fix: mailservice should send non signed emails, if keystore isn't def…
Browse files Browse the repository at this point in the history
…ied; (#4455)

* fix: mailservice should send non signed emails, if keystore isn't defined;
refactor: smtpconfiguration contains only '_' symbols in json properties;

* fix: unnecessary reference has been removed;

* refact: additional log out has been added;
  • Loading branch information
smansoft committed Apr 4, 2023
1 parent 27988bd commit 7b41c44
Show file tree
Hide file tree
Showing 11 changed files with 652 additions and 751 deletions.
842 changes: 421 additions & 421 deletions jans-config-api/docs/jans-config-api-swagger.yaml

Large diffs are not rendered by default.

84 changes: 42 additions & 42 deletions jans-config-api/plugins/docs/fido2-plugin-swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,13 @@ components:
type: boolean
fido2Configuration:
$ref: '#/components/schemas/Fido2Configuration'
clientAuthMapSchema:
type: object
additionalProperties:
type: array
items:
$ref: '#/components/schemas/Scope'
description: clientAuthMapSchema
clientAuthMapArraySchema:
properties:
children:
type: object
additionalProperties:
$ref: '#/components/schemas/Scope'
description: clientAuthMapArraySchema
Fido2Configuration:
type: object
properties:
Expand Down Expand Up @@ -174,13 +174,13 @@ components:
type: array
items:
$ref: '#/components/schemas/RequestedParty'
clientAuthMapSchema:
type: object
additionalProperties:
type: array
items:
$ref: '#/components/schemas/Scope'
description: clientAuthMapSchema
clientAuthMapArraySchema:
properties:
children:
type: object
additionalProperties:
$ref: '#/components/schemas/Scope'
description: clientAuthMapArraySchema
RequestedParty:
type: object
properties:
Expand All @@ -190,13 +190,13 @@ components:
type: array
items:
type: string
clientAuthMapSchema:
type: object
additionalProperties:
type: array
items:
$ref: '#/components/schemas/Scope'
description: clientAuthMapSchema
clientAuthMapArraySchema:
properties:
children:
type: object
additionalProperties:
$ref: '#/components/schemas/Scope'
description: clientAuthMapArraySchema
Fido2DeviceData:
type: object
properties:
Expand All @@ -221,13 +221,13 @@ components:
type: string
push_token:
type: string
clientAuthMapSchema:
type: object
additionalProperties:
type: array
items:
$ref: '#/components/schemas/Scope'
description: clientAuthMapSchema
clientAuthMapArraySchema:
properties:
children:
type: object
additionalProperties:
$ref: '#/components/schemas/Scope'
description: clientAuthMapArraySchema
Fido2RegistrationData:
type: object
properties:
Expand Down Expand Up @@ -276,13 +276,13 @@ components:
format: int32
applicationId:
type: string
clientAuthMapSchema:
type: object
additionalProperties:
type: array
items:
$ref: '#/components/schemas/Scope'
description: clientAuthMapSchema
clientAuthMapArraySchema:
properties:
children:
type: object
additionalProperties:
$ref: '#/components/schemas/Scope'
description: clientAuthMapArraySchema
Fido2RegistrationEntry:
type: object
properties:
Expand Down Expand Up @@ -340,13 +340,13 @@ components:
writeOnly: true
baseDn:
type: string
clientAuthMapSchema:
type: object
additionalProperties:
type: array
items:
$ref: '#/components/schemas/Scope'
description: clientAuthMapSchema
clientAuthMapArraySchema:
properties:
children:
type: object
additionalProperties:
$ref: '#/components/schemas/Scope'
description: clientAuthMapArraySchema
securitySchemes:
oauth2:
type: oauth2
Expand Down
98 changes: 49 additions & 49 deletions jans-config-api/plugins/docs/jans-admin-ui-plugin-swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -629,13 +629,13 @@ components:
properties:
licenseKey:
type: string
clientAuthMapSchema:
type: object
additionalProperties:
type: array
items:
$ref: '#/components/schemas/Scope'
description: clientAuthMapSchema
clientAuthMapArraySchema:
properties:
children:
type: object
additionalProperties:
$ref: '#/components/schemas/Scope'
description: clientAuthMapArraySchema
LicenseApiResponse:
type: object
properties:
Expand All @@ -646,13 +646,13 @@ components:
responseCode:
type: integer
format: int32
clientAuthMapSchema:
type: object
additionalProperties:
type: array
items:
$ref: '#/components/schemas/Scope'
description: clientAuthMapSchema
clientAuthMapArraySchema:
properties:
children:
type: object
additionalProperties:
$ref: '#/components/schemas/Scope'
description: clientAuthMapArraySchema
LicenseResponse:
type: object
properties:
Expand Down Expand Up @@ -681,25 +681,25 @@ components:
type: string
customerLastName:
type: string
clientAuthMapSchema:
type: object
additionalProperties:
type: array
items:
$ref: '#/components/schemas/Scope'
description: clientAuthMapSchema
clientAuthMapArraySchema:
properties:
children:
type: object
additionalProperties:
$ref: '#/components/schemas/Scope'
description: clientAuthMapArraySchema
SSARequest:
type: object
properties:
ssa:
type: string
clientAuthMapSchema:
type: object
additionalProperties:
type: array
items:
$ref: '#/components/schemas/Scope'
description: clientAuthMapSchema
clientAuthMapArraySchema:
properties:
children:
type: object
additionalProperties:
$ref: '#/components/schemas/Scope'
description: clientAuthMapArraySchema
AdminPermission:
type: object
properties:
Expand All @@ -709,13 +709,13 @@ components:
type: string
defaultPermissionInToken:
type: boolean
clientAuthMapSchema:
type: object
additionalProperties:
type: array
items:
$ref: '#/components/schemas/Scope'
description: clientAuthMapSchema
clientAuthMapArraySchema:
properties:
children:
type: object
additionalProperties:
$ref: '#/components/schemas/Scope'
description: clientAuthMapArraySchema
RolePermissionMapping:
type: object
properties:
Expand All @@ -725,13 +725,13 @@ components:
type: array
items:
type: string
clientAuthMapSchema:
type: object
additionalProperties:
type: array
items:
$ref: '#/components/schemas/Scope'
description: clientAuthMapSchema
clientAuthMapArraySchema:
properties:
children:
type: object
additionalProperties:
$ref: '#/components/schemas/Scope'
description: clientAuthMapArraySchema
AdminRole:
type: object
properties:
Expand All @@ -741,13 +741,13 @@ components:
type: string
deletable:
type: boolean
clientAuthMapSchema:
type: object
additionalProperties:
type: array
items:
$ref: '#/components/schemas/Scope'
description: clientAuthMapSchema
clientAuthMapArraySchema:
properties:
children:
type: object
additionalProperties:
$ref: '#/components/schemas/Scope'
description: clientAuthMapArraySchema
securitySchemes:
oauth2:
type: oauth2
Expand Down
28 changes: 14 additions & 14 deletions jans-config-api/plugins/docs/scim-plugin-swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,23 +115,23 @@ components:
type: boolean
useLocalCache:
type: boolean
clientAuthMapSchema:
type: object
additionalProperties:
type: array
items:
$ref: '#/components/schemas/Scope'
description: clientAuthMapSchema
clientAuthMapArraySchema:
properties:
children:
type: object
additionalProperties:
$ref: '#/components/schemas/Scope'
description: clientAuthMapArraySchema
JsonPatch:
type: object
properties:
clientAuthMapSchema:
type: object
additionalProperties:
type: array
items:
$ref: '#/components/schemas/Scope'
description: clientAuthMapSchema
clientAuthMapArraySchema:
properties:
children:
type: object
additionalProperties:
$ref: '#/components/schemas/Scope'
description: clientAuthMapArraySchema
securitySchemes:
oauth2:
type: oauth2
Expand Down
58 changes: 29 additions & 29 deletions jans-config-api/plugins/docs/user-mgt-plugin-swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -826,17 +826,17 @@ components:
type: array
items:
type: object
value:
type: object
displayValue:
type: string
clientAuthMapSchema:
value:
type: object
additionalProperties:
type: array
items:
$ref: '#/components/schemas/Scope'
description: clientAuthMapSchema
clientAuthMapArraySchema:
properties:
children:
type: object
additionalProperties:
$ref: '#/components/schemas/Scope'
description: clientAuthMapArraySchema
CustomUser:
type: object
properties:
Expand Down Expand Up @@ -878,13 +878,13 @@ components:
type: string
baseDn:
type: string
clientAuthMapSchema:
type: object
additionalProperties:
type: array
items:
$ref: '#/components/schemas/Scope'
description: clientAuthMapSchema
clientAuthMapArraySchema:
properties:
children:
type: object
additionalProperties:
$ref: '#/components/schemas/Scope'
description: clientAuthMapArraySchema
UserPagedResult:
type: object
properties:
Expand All @@ -901,13 +901,13 @@ components:
type: array
items:
$ref: '#/components/schemas/CustomUser'
clientAuthMapSchema:
type: object
additionalProperties:
type: array
items:
$ref: '#/components/schemas/Scope'
description: clientAuthMapSchema
clientAuthMapArraySchema:
properties:
children:
type: object
additionalProperties:
$ref: '#/components/schemas/Scope'
description: clientAuthMapArraySchema
UserPatchRequest:
type: object
properties:
Expand All @@ -917,13 +917,13 @@ components:
type: array
items:
$ref: '#/components/schemas/CustomObjectAttribute'
clientAuthMapSchema:
type: object
additionalProperties:
type: array
items:
$ref: '#/components/schemas/Scope'
description: clientAuthMapSchema
clientAuthMapArraySchema:
properties:
children:
type: object
additionalProperties:
$ref: '#/components/schemas/Scope'
description: clientAuthMapArraySchema
securitySchemes:
oauth2:
type: oauth2
Expand Down
Loading

0 comments on commit 7b41c44

Please sign in to comment.