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 e6c4f4a commit 0828eccCopy full SHA for 0828ecc
src/frontend_react/frontend_server.py
@@ -43,18 +43,6 @@ async def get_config():
43
44
config = {
45
"API_URL": backend_url,
46
- "REACT_APP_MSAL_AUTH_CLIENTID": os.getenv(
47
- "REACT_APP_MSAL_AUTH_CLIENTID", "Client ID not set"
48
- ),
49
- "REACT_APP_MSAL_AUTH_AUTHORITY": os.getenv(
50
- "REACT_APP_MSAL_AUTH_AUTHORITY", "Authority not set"
51
52
- "REACT_APP_MSAL_REDIRECT_URL": os.getenv(
53
- "REACT_APP_MSAL_REDIRECT_URL", "Redirect URL not set"
54
55
- "REACT_APP_MSAL_POST_REDIRECT_URL": os.getenv(
56
- "REACT_APP_MSAL_POST_REDIRECT_URL", "Post Redirect URL not set"
57
58
"ENABLE_AUTH": auth_enabled,
59
}
60
return config
0 commit comments