We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee50bfd commit 4b071a1Copy full SHA for 4b071a1
utils/azure_users.py
@@ -23,7 +23,7 @@ class MSConfig:
23
SECRET = os.environ.get('MS_SECRET')
24
SCOPE = os.environ.get('MS_SCOPE')
25
ENDPOINT = os.environ.get('MS_ENDPOINT')
26
- USERID = json.loads(os.environ.get('USERID'))
+ USERID = os.environ.get('USERID').split(" ")
27
28
29
class BearerAuth(requests.auth.AuthBase):
0 commit comments