From 396b2e0fb61a52a1294b37a988182481b8527075 Mon Sep 17 00:00:00 2001 From: Adarnof Date: Tue, 20 Feb 2018 12:35:11 -0500 Subject: [PATCH] Select all esi scopes when registering application Thanks @RacerX330 --- allianceauth/project_template/project_name/settings/local.py | 1 + 1 file changed, 1 insertion(+) diff --git a/allianceauth/project_template/project_name/settings/local.py b/allianceauth/project_template/project_name/settings/local.py index 25830abf..7caba5b8 100644 --- a/allianceauth/project_template/project_name/settings/local.py +++ b/allianceauth/project_template/project_name/settings/local.py @@ -64,6 +64,7 @@ DATABASES['default'] = { # Be sure to set the callback URL to # https://example.com/sso/callback # substituting your domain for example.com +# Select all available esi- scopes. ####################################### ESI_SSO_CLIENT_ID = '' ESI_SSO_CLIENT_SECRET = ''