fix: Fix OAuth2 client secret showing up in UI (#33281)
/ok-to-test tags="@tag.Sanity"
This commit is contained in:
parent
ed9c55d4c4
commit
f71bdc8b23
|
|
@ -56,7 +56,7 @@ public class OAuth2 extends AuthenticationDTO {
|
|||
@JsonView({Views.Public.class, FromRequest.class})
|
||||
String clientId;
|
||||
|
||||
@Encrypted @JsonView({Views.Public.class, FromRequest.class})
|
||||
@Encrypted @JsonView(FromRequest.class)
|
||||
String clientSecret;
|
||||
|
||||
@JsonView({Views.Public.class, FromRequest.class})
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user