Delegated Administration Extension: Filtering Users by Authorized Applications Inquiry

Thank you for your continued support. I would like to inquire about the Delegated Administration Extension.

Is it possible to sort or filter users on the user list screen based on their Authorized Applications? For instance, I would like to display only users who have authorized a specific application, such as “SampleApp.” I am attempting to implement this through FilterHook, but it seems that information about Authorized Applications is not included in the context (ctx) data, so I am unable to write the necessary processing for it.

Any advice would be greatly appreciated. If this is not feasible, alternative methods would also be acceptable.

Hi @shotaro.hosoda

Welcome to the Auth0 Community!

I am sorry about the late reply to your inquiry.

I believe the following Knowledge Article might answer your question.

However, as an alternative, once a user completes the authentication flow, perhaps you can assign specific user metadata whenever they use a specific connection to access an application, then you can filter the users depending if they have the metadata specific to a connection assigned to them.

If you have any other questions regarding your implementation, feel free to reply on this post.

Kind Regards,
Nik