Merge pull request #1087 from Kamidu/application-mgt

changing the sso config for store jag application
feature/appm-store/pbac
Ruwan 7 years ago committed by GitHub
commit cac80fc270
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,10 +28,10 @@
},
"sso": {
"enabled": true,
"issuer" : "devicemgt",
"appName" : "devicemgt",
"issuer" : "appstore",
"appName" : "appstore",
"identityProviderUrl" : "https://%iot.keymanager.host%:%iot.keymanager.https.port%/samlsso",
"acs": "https://%iot.manager.host%:%iot.manager.https.port%/devicemgt/uuf/sso/acs",
"acs": "https://%iot.manager.host%:%iot.manager.https.port%/store/uuf/sso/acs",
"identityAlias": "wso2carbon",
"responseSigningEnabled" : true,
"validateAssertionValidityPeriod": true,

@ -1,5 +1,5 @@
{
"appContext": "/devicemgt/",
"appContext": "/store/",
"isCloud": false,
"isDeviceOwnerEnabled": false,
"httpsURL": "https://%iot.gateway.host%:%iot.gateway.https.port%",
@ -17,7 +17,7 @@
"oauthProvider": {
"appRegistration": {
"appType": "webapp",
"clientName": "iot_ui",
"clientName": "store_ui",
"owner": "admin@carbon.super",
"dynamicClientAppRegistrationServiceURL": "%https.ip%/dynamic-client-web/register",
"apiManagerClientAppRegistrationServiceURL": "https://%iot.gateway.host%:%iot.gateway.https.port%/api-application-registration/register/tenants",

Loading…
Cancel
Save