Back to Django Allauth

LemonLDAP::NG

docs/socialaccount/providers/lemonldap.rst

65.16.1602 B
Original Source

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:

.. code-block:: python

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