Quick Q on Dynamic User based reports. Say I have an Orders DB with order_email , order_no,order_date etc etc, and share this report/dashboard. How do I make is so that the report is dynamic, and only display the relevant data for the person that is authentication. Example
bob@gmail.com has 2 records, but
bill@gmail.com has 5 records. This is based upon OIDC. So the report/dashboard needs to understand and access_token , inspect user_info endpoint in OIDC , extract the email , and relate it to the DB table ORDERS, with a filter on order_email