Identity Provider Failovers

Asking a question regarding logging into a perspective client with multiple identity providers. The perspective client's default idP is 'AzureAD'

image

When typing in a username and password during login, if a user with those credentials isn't found in 'AzureAD', is it possible to have it then check for a user in default with those credentials?

You would configure AzureAD to have a soft failover to the default provider. (Not in project properties, but in the user source configuration in the gateway.)

From what I know that's possible when dealing with user sources, but is that also still possible with identity providers?

Is AzureAD an Ignition native Identity Provider? If so, it points at a user source, and that user source's failover option would apply. If not, then you have no failover options within Ignition at all. That would have to be setup in your external Identity Provider.

1 Like

Got it, had a feeling that was the case, but thank you for the answer!