From e2177e7a00d93e05b5f307cbfd9be1b6c1cf6544 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 23 May 2018 21:28:02 +0000 Subject: [PATCH] Remove stray A Signed-off-by: Patrick Uiterwijk --- roles/distgit/templates/auth_openidc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/distgit/templates/auth_openidc.conf b/roles/distgit/templates/auth_openidc.conf index d17c2d501c..48675208e6 100644 --- a/roles/distgit/templates/auth_openidc.conf +++ b/roles/distgit/templates/auth_openidc.conf @@ -8,5 +8,5 @@ OIDCOAuthClientSecret {{ distgit_oidc_client_secret_prod }} OIDCOAuthIntrospectionEndpointAuth client_secret_post OIDCOAuthIntrospectionEndpointMethod POST OIDCOAuthTokenIntrospectionInterval 60 -OIDCOAuthSSLValidateServerA On +OIDCOAuthSSLValidateServer On OIDCOAuthAcceptTokenAs basic