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:
Fabi
2020-10-05 17:14:08 +02:00
committed by GitHub
parent 103d786ad2
commit f939eab133
10 changed files with 19351 additions and 9460 deletions

View File

@@ -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) = {