ui-configuration.json revision c04dfceddf82ad0f501864d59e07589079d051ec
286N/A{
286N/A "configuration" : {
286N/A "selfRegistration" : false,
286N/A "passwordReset" : false,
286N/A "lang" : "en",
286N/A "passwordResetLink" : "",
286N/A "roles" : {
286N/A "openidm-authorized": "ui-user",
286N/A "openidm-admin": "ui-admin"
286N/A },
286N/A "notificationTypes" : {
286N/A "info" : {
286N/A "name" : "common.notification.types.info",
286N/A "iconPath" : "images/notifications/info.png"
286N/A },
286N/A "warning" : {
"name" : "common.notification.types.warning",
"iconPath" : "images/notifications/warning.png"
},
"error" : {
"name" : "common.notification.types.error",
"iconPath" : "images/notifications/error.png"
}
},
"defaultNotificationType" : "info",
"openamLoginUrl" : "http://example.com:8081/openam/XUI/#login/",
"openamUseExclusively" : false,
"openamAuthEnabled" : false,
"openamLoginLinkText" : "Login with OpenAM",
"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"
}
]
}
}
}