Change OIDC engine to not be federated
We don't need linking, just the ability to perform lookup
This commit is contained in:
parent
bc82edb2d1
commit
ed897c7cb0
8 changed files with 78 additions and 25 deletions
|
@ -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)
|
||||
|
||||
|
|
Reference in a new issue