Hide link property for a group of users

Which IIQ version are you inquiring about?

8.4

Hey, is there any possibility to have field in schema like DateOfBirth for an application, it should be hidden:

Application XYZ

Is there any property that we can configure on application schema or UI configuration for that?

2 Likes

I don’t think you have any direct way to make it hidden from Link Account attributes unless you don’t have it in schema

Can you please provide the actual use case of why do you need this in schema and why do you want to hide even after having in schema so that any alterative approach or work around can be suggested.

The use case is such that the date of birth is a protected attribute for my client due to GDPR data protection regulations, and not everyone should have access to it. In this case, individuals working in the IT department who can log into IIQ should not be able to see the date of birth attribute for any accounts when they enter the application.

Hi @abartkowski,

you can hide an account attribute.
A workaround could be stored this value in an identityattribute and dont stored this value on the account.

For example in a customization rule you save this value in a no-visible IDN attribute and set null on the account attribute.

Or you can ecrypt this value

2 Likes

@abartkowski

If they are not admins, go ahead with the approach of Encrypted value during aggregation as @enistri_devo suggested.

But again if you need admins to know this directly in a readable format as @enistri_devo you have to store it at identity level, its again based on you need of the attribute for other admin or users who can see this.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.