You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: