OpenID Connect Option Not Visible After Configuration
knowledge-article-header-disclaimer-how-to
knowledge-article-header-disclaimer
legacy-article
learn-legacy-article-disclaimer-text
Issue
- Despite configuring OpenID Connect according to the documentation and enabling it in system and instance settings, the OpenID Connect option is not visible.
- No errors are observed in the logs.
Environment
- Liferay DXP 7.4 Update 70+
- Liferay Quarterly Releases
Resolution
- Navigate to Control Panel > OAuth Client Administration. If the Discovery Endpoint is correctly configured and reachable, an entry for your OpenID Connect provider should be listed. If the page is empty, proceed to the next step.
- Verify network connectivity by checking if the discovery endpoint is accessible from the Liferay server. This can be done through a browser or using command-line tools like
curl
or wget
. Example:
curl <discovery endpoint url>
- If the connection fails, work with your network team to identify and resolve the connectivity issue, which may involve whitelisting the OpenID provider's endpoint or adjusting firewall rules.
did-this-article-resolve-your-issue