zitadel / terraform-provider-zitadel

Official Terraform provider for ZITADEL
https://zitadel.com
Apache License 2.0
21 stars 13 forks source link

Missing 'skip login success page' option for native app redirect settings #181

Open dmytrum opened 1 month ago

dmytrum commented 1 month ago

Preflight Checklist

Version

1.2.0

ZITADEL Version

No response

Describe the problem caused by this bug

When creating native app, in redirect settings there is an option 'Skip Login Success Page', but it looks like it missed in tf provider.

To reproduce

  1. Define zitadel_application_oidc resource in terraform
  2. skip_login_success_page is missing

Screenshots

image

Expected behavior

No response

Relevant Configuration

No response

Additional Context

No response

hifabienne commented 1 month ago

Hi @dmytrum Thanks for adding this. I do not really consider this as a bug, as each attribute has currently to be added manually to the terraform provider when something changes in the api, i see it as an improvement.

I will put it to the small issues/bug fixing state. Meanwhile, if you're interested in implementing it yourself, we also welcome pull requests.

dmytrum commented 1 month ago
image

@hifabienne here is another problem I discovered - as you can see 'Skip Login Success Page' is checked. When I adding with terraform 'Redirect URIs' - 'Skip Login Success Page' returns back to unchecked (default state)