@digital-realty/app-shell 11.0.13 → 11.0.14-IXUAT-10693.527100
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/scripts/config.js +1 -1
- package/package.json +1 -1
package/dist/scripts/config.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var GLOBAL_PORTAL_CLIENT_ID = "planbglobalportalui";
|
|
2
|
-
var GLOBAL_PORTAL_UI_SCOPES = "openid service_management_profile offline_access user_management_profile resource.notifications resource.usermanagementapi resource.servicemanagementapi resource.inventory resource.cookieconsents";
|
|
2
|
+
var GLOBAL_PORTAL_UI_SCOPES = "openid service_management_profile offline_access user_management_profile resource.notifications resource.usermanagementapi resource.servicemanagementapi resource.inventory resource.cookieconsents resource.dcimapi";
|
|
3
3
|
var LOGIN_AUTHORITY = "https://login-a1.digitalrealty.com";
|
|
4
4
|
var GLOBAL_PLAN_B_SHELL_POST_LOGOUT_REDIRECT_URL = "https://inxn-a1-gpappshell.azureedge.net/?logout=true";
|
|
5
5
|
var API_BASE_URL = "https://api-a1.interxion.com";
|