From 2ab6e67ab73ff4ed0264116853a3eaf66a66d3ba Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Thu, 4 Feb 2021 09:06:20 -0500 Subject: Fix escaping of braces in OIDC sample config. (#9317) This fixes the Jinja2 templates for the mapping provider. --- changelog.d/9317.doc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/9317.doc (limited to 'changelog.d') diff --git a/changelog.d/9317.doc b/changelog.d/9317.doc new file mode 100644 index 0000000000..f4d508e090 --- /dev/null +++ b/changelog.d/9317.doc @@ -0,0 +1 @@ +Fix the braces in the `oidc_providers` section of the sample config. -- cgit 1.4.1