Link to custom prompt (ACUL screen)

Hi

I am working on advanced customization for universal login, and ran in to my next issue

My login flow is set up ad identifier first + Biometrics, so from my login-id screen I have links to password reset and signup in data received on that screen, which is great, but I would like to use signup-password when signing up. Is that possible to make the link that i get in data be to signup-password instead of signup-id for example?

From my point of view it is ok that a user has to type an email when logging in, and after that on the next screen the password, but I would like to have only one screen for signup.

Can this be setup somehow?

Thanks

Hi @brian_jorgensen

Unfortunately, you are unable to switch from the signup-id prompt to the signup-password. It is the expected behaviour for the UL to use the signup-id prompt whenever using an Identifier First Authentication Profile. However, I understand that the extra step seems to be quite unnecessary since even when using Identifier First + Biometrics, the user has the option to log in with a password or are asked to create one when signing up to the application.

The only possible solution would be to use a Custom Login Page which will override the UL with the Classic Login, however, here you should be able to modify the signup link in order to redirect the user to the /u/signup screen instead of the /u/signup/identifier one.

I would highly recommend to submit a a Feedback post on our site regarding this discrepancy and I will reach out internally regarding the matter.

If you have any other questions, feel free to leave a reply!

Kind Regards,
Nik

1 Like

Hi Nik,

Ok. We will find a way of not having this extra step by using our custom implementation somehow. I will give some feedback to this as you suggested.

Thanks