From 936958d9c8af1c97f6b12fcd67348733c05a5598 Mon Sep 17 00:00:00 2001 From: Steven Bal Date: Mon, 9 Dec 2024 09:28:09 +0100 Subject: [PATCH] :sparkles: [#4788] Add ConfigurationStep for Admin OIDC login --- src/openforms/conf/base.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/openforms/conf/base.py b/src/openforms/conf/base.py index 3b35decec6..96b7227061 100644 --- a/src/openforms/conf/base.py +++ b/src/openforms/conf/base.py @@ -1210,6 +1210,7 @@ # DJANGO-SETUP-CONFIGURATION # SETUP_CONFIGURATION_STEPS = [ + "mozilla_django_oidc_db.setup_configuration.steps.AdminOIDCConfigurationStep", "zgw_consumers.contrib.setup_configuration.steps.ServiceConfigurationStep", "openforms.contrib.objects_api.setup_configuration.steps.ObjectsAPIConfigurationStep", ]