Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 task done
ruimatosVFX opened this issue Feb 23, 2024 · 2 comments
Open
1 task done

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

ruimatosVFX opened this issue Feb 23, 2024 · 2 comments
Labels
🌱 feature New feature or request

Comments

@ruimatosVFX
Copy link

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

@ruimatosVFX ruimatosVFX added the 🌱 feature New feature or request label Feb 23, 2024
@VijayKumarGutha
Copy link

any update on this ?

@wontonst
Copy link

we are also interested in getting this behaviour

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌱 feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants