Change OIDC engine to not be federated

We don't need linking, just the ability to perform lookup
This commit is contained in:
Joseph Schorr 2017-06-09 17:21:37 -04:00
parent bc82edb2d1
commit ed897c7cb0
8 changed files with 78 additions and 25 deletions

View file

@ -2,9 +2,8 @@ import sys
import os
sys.path.append(os.path.join(os.path.dirname(__file__), "../"))
from util.log import logfile_path
from Crypto import Random
from util.log import logfile_path
logconfig = logfile_path(debug=False)