Skip to content

Add support for JavaScript-driven client-side OIDC interstitial redirect#9755

Merged
mitchellhenke merged 5 commits intomainfrom
mitchellhenke/oidc-js-redirect
Dec 13, 2023
Merged

Add support for JavaScript-driven client-side OIDC interstitial redirect#9755
mitchellhenke merged 5 commits intomainfrom
mitchellhenke/oidc-js-redirect

Conversation

@mitchellhenke
Copy link
Contributor

🛠 Summary of changes

This is a follow-up to #9669 to add a different option for client-side redirect by using JavaScript rather than the HTTP meta tag.

Mitchell Henke added 2 commits December 13, 2023 11:15
changelog: Internal, OpenID Connect, Add support for client-side OIDC redirect
private

def redirect_user(redirect_uri)
if IdentityConfig.store.openid_connect_redirect == :client_side
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto re case/when and default branch

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, reads a lot better, changed in 5195194

Co-authored-by: Zach Margolis <zachmargolis@users.noreply.github.com>
Mitchell Henke and others added 2 commits December 13, 2023 12:59
Co-authored-by: Andrew Duthie <1779930+aduth@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants