|
|
@ -34,17 +34,28 @@
|
|
|
|
"methods": {
|
|
|
|
"methods": {
|
|
|
|
"oauth": {
|
|
|
|
"oauth": {
|
|
|
|
"attributes": {
|
|
|
|
"attributes": {
|
|
|
|
"idPServer": "%https.host%/oauth2/token",
|
|
|
|
"apimgt-gateway": false,
|
|
|
|
"dynamicClientProperties": {
|
|
|
|
"oauthProvider": {
|
|
|
|
"callbackUrl": "%https.host%/portal",
|
|
|
|
"appRegistration": {
|
|
|
|
"clientName": "portal",
|
|
|
|
"appType": "webapp",
|
|
|
|
"owner": "admin",
|
|
|
|
"clientName": "portal",
|
|
|
|
"applicationType": "JaggeryApp",
|
|
|
|
"owner": "admin",
|
|
|
|
"grantType": "password refresh_token urn:ietf:params:oauth:grant-type:saml2-bearer",
|
|
|
|
"password":"admin",
|
|
|
|
"saasApp": false,
|
|
|
|
"dynamicClientAppRegistrationServiceURL": "https://localhost:9443/client-registration/v0.10/register",
|
|
|
|
"dynamicClientRegistrationEndPoint": "%https.host%/dynamic-client-web/register/",
|
|
|
|
"apiManagerClientAppRegistrationServiceURL": "%https.host%/api-application-registration/register/tenants",
|
|
|
|
"tokenScope": "Production"
|
|
|
|
"grantType": "password refresh_token urn:ietf:params:oauth:grant-type:saml2-bearer urn:ietf:params:oauth:grant-type:jwt-bearer",
|
|
|
|
}
|
|
|
|
"tokenScope": "admin",
|
|
|
|
|
|
|
|
"callbackUrl": "%https.host%/portal",
|
|
|
|
|
|
|
|
"saasApp":true
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"tokenServiceURL": "https://localhost:9443/oauth2/token"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"adminUser":"admin@carbon.super",
|
|
|
|
|
|
|
|
"adminUserTenantId":"-1234",
|
|
|
|
|
|
|
|
"adminRole":"admin",
|
|
|
|
|
|
|
|
"scopes" : [
|
|
|
|
|
|
|
|
"device:view"
|
|
|
|
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|