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
By deploying the bundle found on canonical/iam-bundle#273, if I create an admin account through the kratos juju cli (juju run kratos/0 create-admin-account email=a@b.com password=123a username=aba) and I try to login via Hydra, I will be asked to register my authenticator and then I will end up in the setup_complete page instead of being redirected back to Hydra.
The text was updated successfully, but these errors were encountered:
It'd be best from UX point of view to add a confirmation screen before the automatic redirect to the application. So the flow should be something like this:
Or in screens it would be
Trying to sign in for the first time
Required TOTP setup
Setup complete, message to confirm that action has been successful (also good place to show any errors if some occur). And automatic redirect within 3 seconds.
By deploying the bundle found on canonical/iam-bundle#273, if I create an admin account through the kratos juju cli (
juju run kratos/0 create-admin-account email=a@b.com password=123a username=aba
) and I try to login via Hydra, I will be asked to register my authenticator and then I will end up in thesetup_complete
page instead of being redirected back to Hydra.The text was updated successfully, but these errors were encountered: