Hi there,
We've built the Identity Manager HTML5 GitHub project V91 with it's dependencies in the correct order:
qbm
qer
qer-app-portal
We then zipped the contents of the dist/qer-app-portal as custom-app.zip
We then added it to our bin/imxweb directory and also a new Custom App HTML BaseData in the manager. Custom App shows correctly in the Landing Page and also launches from there fine.
The custom-app is running alongside the standard deployment of the One Identity ApiServer apps (Web Portal, Password Reset Portal, Operations Support Web Portal, API Documentation and Administration Portal) with all of them working correctly.
In the imxweb folder we also have libraries att and rps which are showing up correctly in the standard Web Portal deployment (Html_qer-app-portal.zip). I can't seem to get it to show up for the custom-app though, the menu Attestations is simply missing.
If I remove qer-app-portal from the imx-plugin-config.json file, it doesn't show anymore in the standard Web Portal. If I put it back in it shows. But for my custom-app it never shows.
Any idea what we're doing wrong here? Settings below:
Custom App
Html_custom-app.zip
ATT (Html_att)
imx-plugin-config.json
{
"qer-app-portal": [
{
"Container": "att",
"Name": "AttConfigModule"
}
],
"custom-app": [
{
"Container": "att",
"Name": "AttConfigModule"
}
],
"arc-app-certaccess": [
{
"Container": "att",
"Name": "AttConfigModule"
}
],
"qer-app-pwdportal": [
{
"Container": "att",
"Name": "NewUserModule"
}
]
}
Many Thanks
Matt