I have added few identity providers i.e. Microsoft, Google and Azure AD multi along with local iDP. Features do work great.
However, when I added these new identity providers using a custom policy with appropriate technical profiles, we get a login screen. This login screen will contain a form to enter credentials with a"login" button and other login providers' button(s) [i.e. SSO]
Is there a way to include a custom screen in the orchestration step 1 that will only show buttons of identity providers .e. "Local Login" and "Google Login" i.e. without showing the credential form for local login?
When a user clicks the "local login" button it should take the user to a local login page with the credential form to enter a user name and password and when the user clicks the "Google Login", it should go through the "Google Login" flow.
Thanks