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:
Fabi
2021-02-26 14:48:22 +01:00
committed by GitHub
parent 5333ef10c1
commit c8b9888427
10 changed files with 61 additions and 28 deletions

View File

@@ -3426,7 +3426,7 @@ message LoginPolicyView {
message IdpProviderView {
string idp_config_id = 1;
string name = 2;
IdpType type = 3;
IdpProviderType type = 3;
}
enum IdpType {