Remove IdP client secret validation
Some checks failed
Release / trigger_darwin_signer (push) Has been cancelled
Test Code Linux / test (amd64) (push) Has been cancelled
Test Code Darwin / test (push) Has been cancelled
Test Code Linux / test (386) (push) Has been cancelled
Test Code Linux / test_client_on_docker (push) Has been cancelled
Test Code Windows / pre (push) Has been cancelled
Test Code Windows / test (push) Has been cancelled
Release / release (push) Has been cancelled
Release / release_ui (push) Has been cancelled
Release / release_ui_darwin (push) Has been cancelled
Release / trigger_windows_signer (push) Has been cancelled
Test Docker Compose Linux / test (push) Has been cancelled
Some checks failed
Release / trigger_darwin_signer (push) Has been cancelled
Test Code Linux / test (amd64) (push) Has been cancelled
Test Code Darwin / test (push) Has been cancelled
Test Code Linux / test (386) (push) Has been cancelled
Test Code Linux / test_client_on_docker (push) Has been cancelled
Test Code Windows / pre (push) Has been cancelled
Test Code Windows / test (push) Has been cancelled
Release / release (push) Has been cancelled
Release / release_ui (push) Has been cancelled
Release / release_ui_darwin (push) Has been cancelled
Release / trigger_windows_signer (push) Has been cancelled
Test Docker Compose Linux / test (push) Has been cancelled
This commit is contained in:
@@ -292,9 +292,6 @@ func isProviderConfigValid(config ProviderConfig) error {
|
||||
if config.ClientID == "" {
|
||||
return fmt.Errorf(errorMSGFormat, "Client ID")
|
||||
}
|
||||
if config.ClientSecret == "" {
|
||||
return fmt.Errorf(errorMSGFormat, "Client Secret")
|
||||
}
|
||||
if config.TokenEndpoint == "" {
|
||||
return fmt.Errorf(errorMSGFormat, "Token Endpoint")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user