mirror of
https://github.com/paralus/paralus.git
synced 2026-05-06 16:36:46 +00:00
OIdC Provider: Replace new client secret on Update provider request
This commit is contained in:
@@ -384,7 +384,7 @@ func (s *oidcProvider) Update(ctx context.Context, provider *systemv3.OIDCProvid
|
||||
MapperURL: mapUrl,
|
||||
MapperFilename: provider.Spec.GetMapperFilename(),
|
||||
ClientId: provider.Spec.GetClientId(),
|
||||
ClientSecret: existingP.ClientSecret,
|
||||
ClientSecret: provider.Spec.GetClientSecret(),
|
||||
Scopes: provider.Spec.GetScopes(),
|
||||
IssuerURL: issUrl,
|
||||
AuthURL: authUrl,
|
||||
|
||||
Reference in New Issue
Block a user