mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-07 15:52:19 +00:00
fix: check existing idp (#809)
* fix: logs * Update Dockerfile * Fallback to old Docker file * fix: for loop * fix: for loop * fix: for loop * fix: remove logs * fix: remove logs Co-authored-by: Florian Forster <florian@caos.ch>
This commit is contained in:
@@ -366,8 +366,7 @@ service AdminService {
|
||||
|
||||
rpc RemoveIdpProviderFromDefaultLoginPolicy(IdpProviderID) returns (google.protobuf.Empty) {
|
||||
option (google.api.http) = {
|
||||
post: "/policies/login/idpproviders/{idp_config_id}"
|
||||
body: "*"
|
||||
delete: "/policies/login/idpproviders/{idp_config_id}"
|
||||
};
|
||||
|
||||
option (caos.zitadel.utils.v1.auth_option) = {
|
||||
|
||||
Reference in New Issue
Block a user