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'm trying to setup flow where at beginning User is prompted (via radio buttons) to select what type of login they would like to use (for example FIDO, Username+Password, other...)
Everything is working fine as far as authentication go but I have problem when user mistakenly selects FIDO, then is prompted to insert and press token. But when I cancel the prompt then I'm presented with "Error: Error when creating credential: NotAllowedError: The operation either timed out or was not allowed."... When I press "Retry authentication" I'm presented again with prompt to insert key, but I would like to be able for user to return to beginning to select another option via radio button, but I cannot seem to be able to do that even by refreshing page. Only option is to clear Cookies and then I will get the first flow stage again until that first stage option is remembered and always redirected to FIDO.
Is there a way when refreshing the webpage of flow to always land on first stage?
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
-
I'm trying to setup flow where at beginning User is prompted (via radio buttons) to select what type of login they would like to use (for example FIDO, Username+Password, other...)
Everything is working fine as far as authentication go but I have problem when user mistakenly selects FIDO, then is prompted to insert and press token. But when I cancel the prompt then I'm presented with "Error: Error when creating credential: NotAllowedError: The operation either timed out or was not allowed."... When I press "Retry authentication" I'm presented again with prompt to insert key, but I would like to be able for user to return to beginning to select another option via radio button, but I cannot seem to be able to do that even by refreshing page. Only option is to clear Cookies and then I will get the first flow stage again until that first stage option is remembered and always redirected to FIDO.
Is there a way when refreshing the webpage of flow to always land on first stage?
Thank You.
Beta Was this translation helpful? Give feedback.
All reactions