Skip to content
authentication
Authentication.
INVENIO_ACCOUNTS_DEFAULT_USER_VISIBILITY
Default Email visibility value can be set to either ‘restricted’ or ‘public’.
restricted
INVENIO_ACCOUNTS_LOCAL_LOGIN_ENABLED
Enable local login.
true
INVENIO_OAUTHCLIENT_AUTO_REDIRECT_TO_EXTERNAL_LOGIN
Redirect to the only external login service under specific conditions.
false
INVENIO_OIDC_APP_CREDENTIALS_CONSUMER_KEY
INVENIO_OIDC_APP_CREDENTIALS_CONSUMER_SECRET
INVENIO_OIDC_ISSUER
OpenID Connect issuer URL for authentication.
INVENIO_SECURITY_CHANGEABLE
Allow users to change their password.
true
INVENIO_SECURITY_CONFIRMABLE
Require email confirmation for new accounts.
true
INVENIO_SECURITY_LOGIN_WITHOUT_CONFIRMATION
Allow users to login without first confirming their email address.
true
INVENIO_SECURITY_RECOVERABLE
Allow users to reset their password.
true
INVENIO_SECURITY_REGISTERABLE
Allow users to register new accounts.
true
INVENIO_SECURITY_TRACKABLE
Enable tracking of basic user login statistics.
true
INVENIO_USERPROFILES_READ_ONLY
Disable the update of the user profile (email, full name, etc.) when only external authentication is enabled.
true