Auth0 Classic Web App — Test Lab
A Regular Web Application using the Authorization Code Flow to explore Auth0 Organizations, Roles, Permissions, org-specific authorization, token claims and Actions.
Log in
Normal login (no organization) Login as dcsa Login as partner Login as member Login as ovs-hub-customer Login as ie-customer
Organization logins send ?organization=org_... to Auth0 so authentication
happens in that org's context.
Endpoints
/ | Public home page |
/login | Normal Auth0 login |
/login/<org> | Login in an organization context |
/logout | Log out (app + Auth0) |
/profile | Authenticated user information |
/tokens | Decoded ID/access tokens, claims, roles, permissions |
/admin | Role/permission-protected page |
/api/public|read|write|admin | Bearer-token protected API |