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

fix(config-api): hide authenticationMethod client model utility method #7063

Merged
merged 2 commits into from
Dec 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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