Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -9,6 +9,9 @@ from msal import PublicClientApplication
|
|
9 |
APPLICATION_ID_KEY = os.getenv('APPLICATION_ID_KEY ')
|
10 |
CLIENT_SECRET_KEY = os.getenv('CLIENT_SECRET_KEY ')
|
11 |
|
|
|
|
|
|
|
12 |
authority_url = 'https://login.microsoftonline.com/consumers'
|
13 |
base_url = 'https://graph.microsoft.com/v1.0/'
|
14 |
endpoint = base_url + 'me'
|
|
|
9 |
APPLICATION_ID_KEY = os.getenv('APPLICATION_ID_KEY ')
|
10 |
CLIENT_SECRET_KEY = os.getenv('CLIENT_SECRET_KEY ')
|
11 |
|
12 |
+
st.write(APPLICATION_ID_KEY)
|
13 |
+
st.write(CLIENT_SECRET_KEY)
|
14 |
+
|
15 |
authority_url = 'https://login.microsoftonline.com/consumers'
|
16 |
base_url = 'https://graph.microsoft.com/v1.0/'
|
17 |
endpoint = base_url + 'me'
|