I am evaluating auth0 for an application idea.
I have a mobile app where the user would log in via auth0. I want the user to then be presented with some sort of a list of client apps that user can SSO to via their auth0 credentials such that they no longer have to login.
I can render that list using native OS UI, however that list is effectively ‘all registered clients’.
How can i retrieve this list from auth0 as a public logged in user?
The management API scopes i found only talk about managing users/device credentials which does not help me: