How to add drop-down property in ForgeRock Platform UI?

Hello Community,

We got the requirement to create custom attribute of type string but it should display values in Drop-Down so users can choose the value. As I know we can create attributes of type “String”, “array”, “object”, “number” in IDM platform, I couldn’t not find the option to configure this i.e., the attribute created (drop-down/enum attribute) should displayed in Platform UI (IDC UI) so that it can be visible in end user UI.

@Suriya I downloaded the platform-ui from ForgeRock’s Git repo, modified the ‘EditPersonalInfo/index.vue’ to add the string value/enum as a ‘BFormSelect’, then compiled and deployed the updated UI.

Not sure if that’s the easiest route, but it works for me. I added several customized “string → enum” attributes this way. I’ll be curious to see if anyone has a simpler solution.

1 Like

That is the best thing I could think of, customizing platform enduser.

If it wasn’t platform, you could Knowledge - ForgeRock BackStage

1 Like