wso2 / product-is

Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
748 stars 728 forks source link

Improve the solution to navigate back to multi option page after selecting a multi option #10905

Closed mefarazath closed 1 week ago

mefarazath commented 3 years ago

Describe the issue: Current approach:

Currently, the flow is, when we land on the multi-option login page we capture that particular URL (URL of the multi-option display page). We pass this as a query param to an authenticator(multi-option selection) selected.

The authenticators use this query param to navigate back from their respective input pages.

image

I feel this is approach isn't optimal and would result in duplicate logic in each authenticator.

The suggestion is to improve this so that the solution is easily applicable to any authenticator without the involvement of capturing URLs and passing them around in query params.

isharak commented 1 week ago

This issue is being closed due to extended inactivity. Please feel free to reopen it if further attention is needed. Thank you for helping us keep the issue list relevant and focused!