ui-configuration.json revision dc53767f6614db736c8a95a165beae870ac1e3d9
{
"configuration" : {
"selfRegistration" : false,
"passwordReset" : true,
"lang" : "en",
"passwordResetLink" : "",
"roles" : {
"openidm-authorized": "ui-user",
"openidm-admin": "ui-admin"
},
"notificationTypes" : {
"info" : {
"name" : "common.notification.types.info",
"iconPath" : "images/notifications/info.png"
},
"warning" : {
"name" : "common.notification.types.warning",
"iconPath" : "images/notifications/warning.png"
},
"error" : {
"name" : "common.notification.types.error",
"iconPath" : "images/notifications/error.png"
}
},
"defaultNotificationType" : "info",
"dashboard" : {
"widgets" : [
{
"type" : "workflow"
},
{
"type" : "quickStart",
"size" : "large",
"cards" : [
{
"name" : "dashboard.quickStart.viewProfile",
"icon" : "fa-user",
"href" : "#profile/details"
},
{
"name" : "dashboard.quickStart.changePassword",
"icon" : "fa-lock",
"href" : "#profile/password"
}
]
}
]
},
"adminDashboard" : {
"widgets" : [
{
"type" : "quickStart",
"size" : "large",
"cards" : [
{
"name" : "dashboard.quickStart.addANewConnector",
"icon" : "fa-database",
"href" : "#connectors/add/"
},
{
"name" : "dashboard.quickStart.createANewMapping",
"icon" : "fa-map-marker",
"href" : "#mapping/add/"
},
{
"name" : "dashboard.quickStart.createANewRole",
"icon" : "fa-check-square-o",
"href" : "#resource/managed/role/add/"
},
{
"name" : "dashboard.quickStart.addANewDevice",
"icon" : "fa-tablet",
"href" : "#managed/add/"
},
{
"name" : "dashboard.quickStart.setupRegistration",
"icon" : "fa-gear",
"href" : "#selfservice/userregistration/"
},
{
"name" : "dashboard.quickStart.setupPasswordReset",
"icon" : "fa-gear",
"href" : "#selfservice/passwordreset/"
},
{
"name" : "dashboard.quickStart.createAUser",
"icon" : "fa-user",
"href" : "#resource/managed/user/add/"
},
{
"name" : "dashboard.quickStart.setupAuthentication",
"icon" : "fa-user",
"href" : "#settings/"
}
]
},
{
"type" : "lastRecon",
"size" : "large",
"barchart" : false
},
{
"type" : "systemHealthFull",
"size" : "large"
},
{
"type" : "resourceList",
"size" : "large"
}
]
}
}
}