From 6bff242fd6e6262afb3b3adbe6cecd2978e57ed9 Mon Sep 17 00:00:00 2001 From: Alexander VanTol Date: Thu, 4 Jan 2024 11:48:29 -0600 Subject: [PATCH 1/2] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index ac413b9ac..3c821934b 100644 --- a/README.md +++ b/README.md @@ -87,8 +87,6 @@ OpenID Provider - an OAuth 2.0 Authentication Server which also implements OpenI Relying Party - an OAuth 2.0 Client which uses (requests) OpenID Connect. - - ## Identity Providers Fence can be configured to support different Identity Providers (IdPs) for AuthN. From 14a003e550c68226ceda9cfa57fad9c4cd073a13 Mon Sep 17 00:00:00 2001 From: Alexander VanTol Date: Thu, 4 Jan 2024 13:18:24 -0600 Subject: [PATCH 2/2] Update cfg_help.py --- cfg_help.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cfg_help.py b/cfg_help.py index dd806b6f4..8816767e5 100644 --- a/cfg_help.py +++ b/cfg_help.py @@ -36,7 +36,6 @@ You can modify the wsgi.py file to pass a file name / file path into the call to app_init(). - """ import argparse import os