I’m working on an Auth0 + Netlify integration. I’m able to generate the appropriate token that Netlify should be expecting to use for protecting routes based on a role. I’ve got the following redirect configuration setup, but I can navigate directly to the /admin/admin route without Netlify stopping me.
/admin/* 200! Role=admin
Site Name - https://netlify-auth0-integration.netlify.app/
Build is fine