mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge pull request #1087 from Kamidu/application-mgt
changing the sso config for store jag application
This commit is contained in:
commit
cac80fc270
@ -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",
|
||||
|
||||
@ -1 +0,0 @@
|
||||
This directory is used to cache static files by UUF framework.
|
||||
Loading…
Reference in New Issue
Block a user