auth0 / terraform-provider-auth0

The Auth0 Terraform Provider is the official plugin for managing Auth0 tenant configuration through the Terraform tool.
https://registry.terraform.io/providers/auth0/auth0/latest/docs
Mozilla Public License 2.0
162 stars 79 forks source link

Suport for RP-Initiated Logout End Session Endpoint Discovery #921

Open ruimatosVFX opened 6 months ago

ruimatosVFX commented 6 months ago

Checklist

Describe the problem you'd like to have solved

It seems the option to set "RP-Initiated Logout End Session Endpoint Discovery" is not present on auth0_tenant resource although present on API. https://auth0.com/docs/api/management/v2/tenants/patch-settings

"oidc_logout": { "rp_logout_end_session_endpoint_discovery": true }

Describe the ideal solution

Expand auth0_tenant schema to support a block called oidc_logout with a nested-schema rp_logout_end_session_endpoint_discovery as a boolean, same as referenced by the API.

"oidc_logout": { "rp_logout_end_session_endpoint_discovery": true }

Alternatives and current workarounds

No response

Additional context

No response

VijayKumarGutha commented 3 months ago

any update on this ?

wontonst commented 2 months ago

we are also interested in getting this behaviour