-
Notifications
You must be signed in to change notification settings - Fork 151
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
feat: onboarding component recommendations on authn #1287
base: 2u-main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
85a0f72
to
186e5e9
Compare
186e5e9
to
aaf8f85
Compare
aaf8f85
to
74fc221
Compare
if (registrationResponse) { | ||
window.location.href = registrationResponse.redirectUrl; | ||
if (redirectUrl) { | ||
window.location.href = redirectUrl; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
something to discuss before merging:
I think it's a security risk to redirect to redirectUrl
coming in query params without verifying if its safe or not.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
blocking merge until we discuss the above ^ comment.
Description
Show recommendations to the users who come from the onboarding component experience
JIRA
VAN-1947
How Has This Been Tested?
Through unit tests and manual testing