mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-10 10:33:42 +00:00
add org default redirect uri
This commit is contained in:
parent
0f379f2db7
commit
cab8631650
@ -32,6 +32,7 @@ func execute(ctx context.Context, cmd *command.Commands, cfg E2EConfig, users []
|
|||||||
// Avoids the MFA nudge
|
// Avoids the MFA nudge
|
||||||
if _, err = cmd.AddLoginPolicy(ctx, org.ResourceOwner, &domain.LoginPolicy{
|
if _, err = cmd.AddLoginPolicy(ctx, org.ResourceOwner, &domain.LoginPolicy{
|
||||||
AllowUsernamePassword: true,
|
AllowUsernamePassword: true,
|
||||||
|
DefaultRedirectURI: "http://localhost:8080/ui/console",
|
||||||
}); err != nil {
|
}); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user