mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
changing the sso config for store
This commit is contained in:
parent
96ad19f634
commit
6f2f98545d
@ -28,10 +28,10 @@
|
|||||||
},
|
},
|
||||||
"sso": {
|
"sso": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"issuer" : "devicemgt",
|
"issuer" : "appstore",
|
||||||
"appName" : "devicemgt",
|
"appName" : "appstore",
|
||||||
"identityProviderUrl" : "https://%iot.keymanager.host%:%iot.keymanager.https.port%/samlsso",
|
"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",
|
"identityAlias": "wso2carbon",
|
||||||
"responseSigningEnabled" : true,
|
"responseSigningEnabled" : true,
|
||||||
"validateAssertionValidityPeriod": true,
|
"validateAssertionValidityPeriod": true,
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"appContext": "/devicemgt/",
|
"appContext": "/store/",
|
||||||
"isCloud": false,
|
"isCloud": false,
|
||||||
"isDeviceOwnerEnabled": false,
|
"isDeviceOwnerEnabled": false,
|
||||||
"httpsURL": "https://%iot.gateway.host%:%iot.gateway.https.port%",
|
"httpsURL": "https://%iot.gateway.host%:%iot.gateway.https.port%",
|
||||||
@ -17,7 +17,7 @@
|
|||||||
"oauthProvider": {
|
"oauthProvider": {
|
||||||
"appRegistration": {
|
"appRegistration": {
|
||||||
"appType": "webapp",
|
"appType": "webapp",
|
||||||
"clientName": "iot_ui",
|
"clientName": "store_ui",
|
||||||
"owner": "admin@carbon.super",
|
"owner": "admin@carbon.super",
|
||||||
"dynamicClientAppRegistrationServiceURL": "%https.ip%/dynamic-client-web/register",
|
"dynamicClientAppRegistrationServiceURL": "%https.ip%/dynamic-client-web/register",
|
||||||
"apiManagerClientAppRegistrationServiceURL": "https://%iot.gateway.host%:%iot.gateway.https.port%/api-application-registration/register/tenants",
|
"apiManagerClientAppRegistrationServiceURL": "https://%iot.gateway.host%:%iot.gateway.https.port%/api-application-registration/register/tenants",
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
This directory is used to cache static files by UUF framework.
|
|
||||||
Loading…
Reference in New Issue
Block a user