Can we add a logic for RequiredRights in reporting

We have a requirement to add multiple sprights in a report

They all start with same prefix.

As an example lets say any spright starting with abc should be added to the required rights

Is it possible to add some custom logic in the report for this

TIA

Hi @maniG - could you explain more about your use case here? Mainly in terms of why several different sprights would be required for the report

@robert-hails We have defined different sprights for different applications (this is for a plugin)

I could add all of these in one capability but dont see any way to add the capability itself to the report

Thats why I am looking to find if we have a way to add custom logic for adding required rights to the reports

How are your different application SPRights being utilized today?

If my understanding of your use case is correct, I would imagine you could use different capabilities here instead.

Use one SPRight to provide access to this report and build separate capabilities using this SPRight and the other predefined SPRights for different applications.

Let me know if there is additional information to your use case that can help tailor this solution and I’m happy to walk through additional use cases.

This post was answered by a Palyrian Solutions Architect. Feel free to message me directly if your problem requires a deeper dive.
:globe_with_meridians: palyrian.com | :telephone_receiver: ‪(301) 284-8124‬

Hi @maniG

Do you want to create SPRights dynamically or only assign it as a Required SPRights.

Can you please your usecase and what you want to achieve.

@msingh900 We want to add multiple spRights in a report
They all start with lets say abc
So I want to understand if we have an option to write a code in a report which will pick up all the spRights starting with abc as the required rights

@maniG You can write a code for getting the SPRights in the report.

@maniG You can create a custom report of Filter and give it a try. There you can hard code the query options to fetch only rights starting with your keyword.. or you can add it to the report form for dynamic filtering.

Please refer to this doc for reference: 8.4 IdentityIQ Reports Guide - Compass

Note: Found a fix?Help the community by marking the comment as solution. Feel free to react(:heart:,:+1:, etc.)with an emoji to show your appreciation or message me directly if your problem requires a deeper dive.