Features
Overview
User Guide: An Example Flow & Config
"epmPluginConfig": {
"settings": {
"overlayHeightPct" : 100,
"cardColor" : "#FFFFFF"
},
"actions": [
{
"actionId" : "MS Apps Action",
"credentialId": "azure_creds",
"packages": "com.microsoft.msapps",
"pageText" : [
"Enter username"
],
"usernameHints": [
"Username"
],
"passwordHints": [
"Password"
],
"submitButtonHints": [
"Next", "Sign in"
],
"haltOnErrorHints": [
"Invalid username or password"
]
},
// .. more actions
]
}Last updated