Skip to main content

Hi,

We are using a single form of authentication for our end users. This is an external OpenID Authentication provider. To make sure the end user uses (only) this authentication provider, we have setup the "loginAuthProviderHint" to a single provider in the config.json.

When an end user acessed the application url, a dialog is shown with a continue button. After clicking on this button, the authentication automatically proceeds with the configured provider. This works fine. When however something goes wrong during the external authentication (i.e. being aborted by the end user or some technical issue), control is returned to …/indicium/account/ui/login which shows the following dialog.

 

However, we don't want end users to see this page where there are 2 options to logon in stead of just the one configured using the "loginAuthProviderHint".

Is there a way to prevent going to this dialog and redirect to the startdialog with the continue button?

We are using 2024.1.13

Hello ​@Robert Wijn 2,

This issue was solved in version 2024.2.15.0 of Indicium.


Hi Vincent,

Thanks for the quick reply!

Time for an upgrade 🙂.


Reply