mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 20:37:30 +00:00
fix: Idp bugs (#2259)
* fix: remove external idp unique constraints on user remove * fix: auto register user login mapping * fix: remove external idps on user remove * fix: tests * fix: login policy removed, reset idp provider
This commit is contained in:
@@ -86,6 +86,7 @@ func TestCommandSide_AddOrg(t *testing.T) {
|
||||
context.Background(),
|
||||
&user.NewAggregate("user1", "org1").Aggregate,
|
||||
"username1",
|
||||
nil,
|
||||
true,
|
||||
),
|
||||
),
|
||||
|
Reference in New Issue
Block a user