LemonLDAP::NG#

Create a new OpenID Connect Relying Party with the following settings:

The following LemonLDAP::NG settings are available.

LEMONLDAP_URL:

The base URL of your LemonLDAP::NG portal. For example: https://auth.example.com

Example:

SOCIALACCOUNT_PROVIDERS = {
    'lemonldap': {
        'LEMONLDAP_URL': 'https://auth.example.com'
    }
}