All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ud.xms.console.framework.1.0.0.source-code.xms-console.properties Maven / Gradle / Ivy

The newest version!
# Copyright 2012 AMG.lab, a Bull Group Company
#
#    Licensed under the Apache License, Version 2.0 (the "License"); you may
#    not use this file except in compliance with the License. You may obtain
#    a copy of the License at
#
#         http://www.apache.org/licenses/LICENSE-2.0
#
#    Unless required by applicable law or agreed to in writing, software
#    distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
#    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
#    License for the specific language governing permissions and limitations
#    under the License.

webConsoleId=${xlcloud.webConsole.id}

# XLcloud Management Service URL
xmsApiUri=${xlcloud.mgmtService.url}

realm=xlc
grantType=authorization_code
clientId=${xlcloud.webConsole.id}
clientSecret=${oauth2.client.password}

# Authorization configuration
openamUrl=${openam.url}
accessTokenRequestUrl=${openam.url}/oauth2/access_token
accessTokenValidatorUrl=${openam.url}/xlc/oauth2/tokens
authorizeRequestUrl=${openam.url}/oauth2/authorize
oauth2RedirectUrl=${xlcloud.webConsole.url}/oauth2
defaultRedirectUrl=${xlcloud.webConsole.url}
logoutSuccessfulPageUrl=${xlcloud.webConsole.url}/saml2/logout/logoutSuccessful.jsf


############## XLCLOUD WEB CONSOLE INTERNAL #######################
# The following properties are useful for XLcloud developers only.
# Please do not change them unless you know what you are doing.
stackTraceEnabled=${xlcloud.webConsole.showStackTrace}

# Presents build info on XLcloud Console
showBuildInfo=${xlcloud.webConsole.showBuildInfo}


## Quantum resources
externalNetworkCIDR=${xlcloud.mgmtService.quantum.publicNetwork.cidr}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy