Basic policy question

Thanks James, I will take a look.

However, that only solves part of the problem for me. I have a super complicated scenario that I am trying to build and it’s got problems at every step. It involves Auth0 → Tyk → custom built API layer → Snowflake. We would like to secure everything using JWT tokens.

One of the problems we are facing now is that Snowflake can only accept a SINGLE value in the scope / scp claim of a JWT token. If you put more than one value in it (either space separated or an array), Snowflake will reject the token.

Does anyone here have experience with Auth0 + Tyk combination?