Skip to content

Commit

Permalink
fix(config-api): starup issue realted to mail service (#4853)
Browse files Browse the repository at this point in the history
* chore(deps): bump nimbus-jose-jwt from 9.11.1 to 9.28

* fix(config-api): starup issue realted to mail service
  • Loading branch information
pujavs authored May 8, 2023
1 parent a578dd4 commit 6aad8c9
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 22 deletions.
40 changes: 21 additions & 19 deletions jans-config-api/docs/jans-config-api-swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7857,20 +7857,20 @@ components:
$ref: '#/components/schemas/AttributeValidation'
tooltip:
type: string
adminCanAccess:
adminCanEdit:
type: boolean
adminCanView:
type: boolean
adminCanEdit:
adminCanAccess:
type: boolean
userCanAccess:
type: boolean
userCanEdit:
type: boolean
userCanView:
type: boolean
whitePagesCanView:
type: boolean
userCanEdit:
type: boolean
baseDn:
type: string
PatchRequest:
Expand Down Expand Up @@ -8367,6 +8367,8 @@ components:
type: string
introspectionAccessTokenMustHaveUmaProtectionScope:
type: boolean
introspectionAccessTokenMustHaveIntrospectionScope:
type: boolean
introspectionSkipAuthorization:
type: boolean
endSessionWithAccessToken:
Expand Down Expand Up @@ -9214,17 +9216,6 @@ components:
format: int32
displayName:
type: string
authenticationMethod:
type: string
enum:
- client_secret_basic
- client_secret_post
- client_secret_jwt
- private_key_jwt
- access_token
- tls_client_auth
- self_signed_tls_client_auth
- none
allAuthenticationMethods:
uniqueItems: true
type: array
Expand All @@ -9239,6 +9230,17 @@ components:
- tls_client_auth
- self_signed_tls_client_auth
- none
authenticationMethod:
type: string
enum:
- client_secret_basic
- client_secret_post
- client_secret_jwt
- private_key_jwt
- access_token
- tls_client_auth
- self_signed_tls_client_auth
- none
baseDn:
type: string
inum:
Expand Down Expand Up @@ -9346,10 +9348,10 @@ components:
type: array
items:
type: object
displayValue:
type: string
value:
type: object
displayValue:
type: string
LocalizedString:
type: object
properties:
Expand Down Expand Up @@ -9593,14 +9595,14 @@ components:
type: boolean
internal:
type: boolean
locationPath:
type: string
locationType:
type: string
enum:
- ldap
- db
- file
locationPath:
type: string
baseDn:
type: string
ScriptError:
Expand Down
4 changes: 2 additions & 2 deletions jans-config-api/plugins/docs/user-mgt-plugin-swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -838,10 +838,10 @@ components:
type: array
items:
type: object
displayValue:
type: string
value:
type: object
displayValue:
type: string
CustomUser:
type: object
properties:
Expand Down
1 change: 0 additions & 1 deletion jans-config-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@
<dependency>
<groupId>com.sun.mail</groupId>
<artifactId>jakarta.mail</artifactId>
<version>2.0.1</version>
<exclusions>
<exclusion>
<groupId>jakarta.activation</groupId>
Expand Down

0 comments on commit 6aad8c9

Please sign in to comment.