Two applications - > A → Landing /Dashboard with details and link to several other applications (Say B).
I have configured user access only to A , and if he tries to log in to B , its throwing unauthorized and working as expected .
But , If user login to A , and access B from dashboard , how can I check if the user has access to that application or not ?? or with the access_token ,how can I validate if user has access to an application or not ??