mirror of
https://github.com/zitadel/zitadel.git
synced 2025-11-15 06:43:23 +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:
@@ -1485,8 +1485,7 @@ rpc GetUserByID(UserID) returns (UserView) {
|
||||
|
||||
rpc RemoveIdpProviderFromLoginPolicy(IdpProviderID) returns (google.protobuf.Empty) {
|
||||
option (google.api.http) = {
|
||||
post: "/orgs/me/policies/login/idpproviders/{idp_config_id}"
|
||||
body: "*"
|
||||
delete: "/orgs/me/policies/login/idpproviders/{idp_config_id}"
|
||||
};
|
||||
|
||||
option (caos.zitadel.utils.v1.auth_option) = {
|
||||
|
||||
Reference in New Issue
Block a user