mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
67 lines
2.0 KiB
JSON
67 lines
2.0 KiB
JSON
|
|
{
|
||
|
|
"store": {
|
||
|
|
"types": ["fs"]
|
||
|
|
},
|
||
|
|
"gadgetGeneration" :{
|
||
|
|
"isCreateGadgetEnable": false,
|
||
|
|
"ignoreProviders": ["rt"]
|
||
|
|
},
|
||
|
|
"authentication": {
|
||
|
|
"activeMethod": "basic",
|
||
|
|
"methods": {
|
||
|
|
"sso": {
|
||
|
|
"attributes": {
|
||
|
|
"issuer": "portal",
|
||
|
|
"identityProviderURL": "https://localhost:9443/samlsso",
|
||
|
|
"responseSigningEnabled": "false",
|
||
|
|
"acs": "https://localhost:9444/portal/acs",
|
||
|
|
"identityAlias": "wso2carbon",
|
||
|
|
"useTenantKey": false
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"basic": {
|
||
|
|
"attributes": {}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"authorization": {
|
||
|
|
"activeMethod": "",
|
||
|
|
"methods": {
|
||
|
|
"oauth": {
|
||
|
|
"attributes": {
|
||
|
|
"idPServer": "%https.ip%/oauth2/token",
|
||
|
|
"dynamicClientProperties": {
|
||
|
|
"callbackUrl": "%https.ip%/portal",
|
||
|
|
"clientName": "portal",
|
||
|
|
"owner": "admin",
|
||
|
|
"applicationType": "JaggeryApp",
|
||
|
|
"grantType": "password refresh_token urn:ietf:params:oauth:grant-type:saml2-bearer",
|
||
|
|
"saasApp": false,
|
||
|
|
"dynamicClientRegistrationEndPoint": "%https.ip%/dynamic-client-web/register/",
|
||
|
|
"tokenScope": "Production"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"designers": [
|
||
|
|
"Internal/everyone"
|
||
|
|
],
|
||
|
|
"tenantPrefix": "/t",
|
||
|
|
"shareStore": false,
|
||
|
|
"theme": "basic",
|
||
|
|
"cacheTimeoutSeconds": "5",
|
||
|
|
"cacheSizeBytes": "1073741824",
|
||
|
|
"defaultDashboardRedirect": false,
|
||
|
|
"isCreateGadgetEnable": true,
|
||
|
|
"oauth": {
|
||
|
|
"username": "admin",
|
||
|
|
"password": "admin"
|
||
|
|
},
|
||
|
|
"host": {
|
||
|
|
"hostname": "localhost",
|
||
|
|
"port": "",
|
||
|
|
"protocol": ""
|
||
|
|
}
|
||
|
|
}
|