FusionAuth / fusionauth-issues

FusionAuth issue submission project
https://fusionauth.io
90 stars 12 forks source link

Allow for expansion of application roles and scopes in application search results #2724

Closed andrewpai closed 2 months ago

andrewpai commented 2 months ago

Allow for expansion of application roles and scopes in application search results

Description

The Application Search API currently returns all application roles in its search results, and beginning in version 1.50.0, all application scopes as well. Applications could theoretically have thousands of roles and/or scopes, and returning this data when it isn't needed is inefficient.

We should allow the API caller to request the presence or absence of roles and scopes, depending on their need.

andrewpai commented 2 months ago

Shipped in 1.50.0.

spwitt commented 2 months ago

Internal