What is the problem you are trying to solve?
Latest Liferay versions have introduced login utility pages.
There’s no off-the-shelf manner to include an Open ID Connect sign-in button.
What is your project about? (e. g. Intranet, Partner Portal, Enterprise Website, etc)
Any project delegating authentication to an Id provider.
What is your proposed solution? (optional)
Instead of turning off the login utility page to have the off the shelf OpenID provider dropdown selector, use GitHub - lgdd/openid-connect-single-button: A Liferay Fragment to configure and display and single "Sign in" button to an OpenId Connect Provider. to build an OIDC login button you can embed on the login utility page.
However, this solution is more complex to implement in a scenario where I want to be able to deploy new Liferay instances readily connected to an OpenId Provider. I would first have to login as an admin with a static password against Liferay in order to properly build that login utility page.
Could you find a way to make that OIDC sign-in available off the shelf in a generic login utility page?