Hi,
Is it possible to have two different applications, each using their own Forward Auth (single app) proxy providers, on the same subdomain with different paths and different permission groups for each app? I almost have this working, but I face an issue where:
-
When providing access to only apps.domain.com/app1/ for a test user, Authentik complains about the user not having access to the group associated with apps.domain.com/app2/.
-
When providing the same user access to app2, then logging in from apps.domain.com/app1/ the user will be redirected to app2 after authentication. After navigating back to apps.domain.com/app1, it will then correctly takes the user to app1 since they are already authenticated.
Could someone please help point me in the right direction on how to fix this?
Thanks 😁