You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that when starting an UPDATE_EMAIL AIA, after clicking the action token, a new session is always created. As a result, the kc_action, kc_action_status, and redirect_uri information is lost, and the user only sees the info page with a link to the application home.
Is this behavior expected?
Would it make sense to retrieve the original session when possible, using the compound session ID as the VERIFY_EMAIL action does, and add an action URL to the info page based on the redirect_uri?
I have implemented a possible solution. If you think this approach is useful, I can create an issue and open a PR.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I noticed that when starting an UPDATE_EMAIL AIA, after clicking the action token, a new session is always created. As a result, the kc_action, kc_action_status, and redirect_uri information is lost, and the user only sees the info page with a link to the application home.
Is this behavior expected?
Would it make sense to retrieve the original session when possible, using the compound session ID as the VERIFY_EMAIL action does, and add an action URL to the info page based on the redirect_uri?
I have implemented a possible solution. If you think this approach is useful, I can create an issue and open a PR.
Thank you!
All reactions