mirror of
https://github.com/zitadel/zitadel.git
synced 2025-10-21 06:59:37 +00:00
fix: reactivate/deactivate idp, remove idp provider (#1348)
* fix: reactivate/deactivate idp, remove idp provider * fix build * fix(console): add jwt to selection, idp deactivate reactivate (#1347) * fix: log error on idp change * add jwt to method selection Co-authored-by: Max Peintner <max@caos.ch>
This commit is contained in:
@@ -3426,7 +3426,7 @@ message LoginPolicyView {
|
||||
message IdpProviderView {
|
||||
string idp_config_id = 1;
|
||||
string name = 2;
|
||||
IdpType type = 3;
|
||||
IdpProviderType type = 3;
|
||||
}
|
||||
|
||||
enum IdpType {
|
||||
|
Reference in New Issue
Block a user