From e767e17d323cb95786b1ce2e603de7710e44dd36 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 26 Sep 2017 18:03:35 +0000 Subject: [PATCH] Surprise. Here we're not using the oidc flow. --- roles/odcs/frontend/templates/etc/httpd/conf.d/odcs.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/odcs/frontend/templates/etc/httpd/conf.d/odcs.conf.j2 b/roles/odcs/frontend/templates/etc/httpd/conf.d/odcs.conf.j2 index bfc6dcd3e2..cfedf93fe7 100644 --- a/roles/odcs/frontend/templates/etc/httpd/conf.d/odcs.conf.j2 +++ b/roles/odcs/frontend/templates/etc/httpd/conf.d/odcs.conf.j2 @@ -42,7 +42,7 @@ LogLevel DEBUG Require all granted {% else %} - AuthType openid-connect + AuthType oauth20 Require all granted