Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OAuth2 OpenId Connect Documentation #201

Merged
merged 8 commits into from
Dec 12, 2022
Prev Previous commit
Next Next commit
add info about OPENIDCONNECT_SERVERMETADATA_CONFIG_URL
  • Loading branch information
david-blasby committed Sep 20, 2022
commit 8829a6e4e75510ed64f2cb8804b1608996114f53
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,12 @@ Environment Variable and Meaning

The `client secret` you configured on your OpenID server.

**OPENIDCONNECT_SERVERMETADATA_CONFIG_URL**

URL to the external OIDC server's JSON metadata document. This is typically at `/.well-known/openid-configuration` on the IDP server.

.. note:: This will download the server's configuration everytime GeoNetwork starts up, which could be a security concern. For security, use a `https` URL.

**OPENIDCONNECT_SERVERMETADATA_JSON_TEXT**

Should be the text of your OpenID server's metadata configuration (JSON).
Expand Down