Skip to content

Commit

Permalink
fix(config-api): hide authenticationMethod client model utility method
Browse files Browse the repository at this point in the history
…#7061 (#7063)

Signed-off-by: pujavs <pujas.works@gmail.com>
  • Loading branch information
pujavs committed Dec 12, 2023
1 parent ff44f9c commit 66cea41
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ public void setAccessTokenSigningAlg(String accessTokenSigningAlg) {
this.accessTokenSigningAlg = accessTokenSigningAlg;
}

@Hidden
public AuthenticationMethod getAuthenticationMethod() {
return AuthenticationMethod.fromString(tokenEndpointAuthMethod);
}
Expand Down
23 changes: 6 additions & 17 deletions jans-config-api/docs/jans-config-api-swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7862,11 +7862,11 @@ components:
type: boolean
whitePagesCanView:
type: boolean
userCanEdit:
userCanView:
type: boolean
adminCanView:
type: boolean
userCanView:
userCanEdit:
type: boolean
adminCanEdit:
type: boolean
Expand Down Expand Up @@ -8673,6 +8673,8 @@ components:
type: boolean
skipAuthenticationFilterOptionsMethod:
type: boolean
fapi:
type: boolean
allResponseTypesSupported:
uniqueItems: true
type: array
Expand All @@ -8682,8 +8684,6 @@ components:
- code
- token
- id_token
fapi:
type: boolean
AuthenticationFilter:
required:
- baseDn
Expand Down Expand Up @@ -9301,17 +9301,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
baseDn:
type: string
inum:
Expand Down Expand Up @@ -9673,14 +9662,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

0 comments on commit 66cea41

Please sign in to comment.