Skip to content

[DX-3221] feat: allow logout redirect uri to be set for device code auth #284

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

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

nattb8
Copy link
Collaborator

@nattb8 nattb8 commented Sep 6, 2024

Summary

Allow logoutRedirectUri to be set even when redirectUri is not set.

Customer Impact

Previously, logging out using the Device Code Auth flow redirected users to a localhost page. With this PR, users can now set a logoutRedirectUri without needing to configure the redirectUri (typically used in the PKCE flow), allowing them to choose the page they are redirected to after a successful logout.

Things worth calling out

Other things to consider:

@nattb8 nattb8 requested a review from a team September 6, 2024 02:41
@nattb8 nattb8 changed the title feat: allow logout redirect uri to be set for device code auth [DX-3221] feat: allow logout redirect uri to be set for device code auth Sep 6, 2024
@nattb8 nattb8 merged commit 4173eb5 into main Sep 6, 2024
15 checks passed
@nattb8 nattb8 deleted the feat/logout-redirect-uri branch September 6, 2024 03:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

2 participants