Skip to content
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: custom script: skip step for authentication flow #1772

Closed
mmrraju opened this issue Jan 9, 2023 · 2 comments
Closed

feat: custom script: skip step for authentication flow #1772

mmrraju opened this issue Jan 9, 2023 · 2 comments
Assignees

Comments

@mmrraju
Copy link

mmrraju commented Jan 9, 2023

Describe the issue

Here, is a test custom script, there have two case for completing the flow.
First case, it will flow step-1 > step-2 > steps-3 xhtml pages.
Second case it will flow step-1 > step-3 (skipping step-2) xhtml pages.
***First case is working but second case is not working ***

corresponding ticket is https://support.gluu.org/authentication/10977/skip-step-in-gluu-custom-script/

Expected behavior

authentication flow from step-1 to step-3 xhtml pages.

Actual behavior

Step-1 to showing error not step-3 xhtml page.

skipstep.zip

@mzico mzico assigned mmrraju and yurem and unassigned mmrraju Jan 9, 2023
@yurem yurem changed the title custom script: skip step for authentication flow feat: custom script: skip step for authentication flow Jan 10, 2023
@yurem
Copy link
Contributor

yurem commented Jan 10, 2023

The issue that current flow allow to return back to specified step only. We need to support fast forward too

@yurem
Copy link
Contributor

yurem commented Jan 10, 2023

Implemented

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

No branches or pull requests

2 participants