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 doc for OPENIDCONNECT_LOGINTYPE
  • Loading branch information
david-blasby committed Sep 9, 2022
commit fd9616c400b88acad86754d29d8362ed2e3ca8c6
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,14 @@ Environment Variable and Meaning

Default is all scopes the server supports.

**OPENIDCONNECT_LOGINTYPE**

How Geonetwork deals with users who are not logged on.

Default is "LINK" - users can click on the "login" link on the main page.

"AUTOLOGIN" - No login form provided which will automatically login the user when possible.

Configuration for a Keycloak Server
===================================

Expand Down