Data sets
Data Access Token
This is where you can control the data sets that your users have access to. For example, say you have 3 data sets in total, which has IDs das_1
, das_2
and das_3
but you only want to provide the user access to two of them.
To achieve this, you would set the data set IDs value of the identity config to only allow das_1
and das_2
, which would prevent access to das_3
.
Alternatively, if you wanted to allow access to all data sets, you could use the "*"
value.