legacy-knowledge-base
公開されました Jun. 30, 2025

OpenID Connect Option Not Visible After Configuration

投稿者

Peter Schwarcz

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

  1. 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.
  2. 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>
  3. 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.

Additional Information

did-this-article-resolve-your-issue

legacy-knowledge-base