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

Add support to Backchannel logout initiators #1030

Open
1 task done
ncastrocosta opened this issue Sep 20, 2024 · 0 comments
Open
1 task done

Add support to Backchannel logout initiators #1030

ncastrocosta opened this issue Sep 20, 2024 · 0 comments
Labels
🌱 feature New feature or request

Comments

@ncastrocosta
Copy link

ncastrocosta commented Sep 20, 2024

Checklist

Describe the problem you'd like to have solved

Add support to allow configure the 'Backchannel logout initiators' of an application client.

image

Describe the ideal solution

Add the following properties should be added to the auth0_client resource:

  • oidc_backchannel_logout_initiators: list of strings. Default: ["idp-logout", "rp-logout"]
  • oidc_backchannel_logout_initiators_mode: string (all or custom). Default: custom

If the user chooses for oidc_backchannel_logout_initiators_mode = "all", the oidc_backchannel_logout_initiators must not be present.

This is the behavior I got from Auth API.

Alternatives and current workarounds

No response

Additional context

No response

@ncastrocosta ncastrocosta added the 🌱 feature New feature or request label Sep 20, 2024
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

1 participant