On the commentary on the multi-auth mode login ui that’s presented in the web version in 2022.2. This was really a feature parity item we added it because previously the web made a choice and if you needed to use two methods there was no reasonable way to get to the second method in the browser vs. the client where you could do it. We recognize that not everyone wants every method that’s technically configured to be advertised so this feature comes with settings:
- There’s an ICE.sysconfig setting (thought this is a direct db update) that can tell it to hide a particular mode from advertisement even if enabled. This may get a ui in the future, we built it mainly for our own saas hosting thus it’s placement only in the db.
- We will be shipping a url format like login/?authmode=aad in a 22.2.x update release so that you can have a direct url to bypass the selection option for some users who are not going to understand it by giving them a direct link instead. This is actually a bug in that we intended to have this with the GA release, so that is upcoming as a bugfix though it’s more of an additional feature.