-This sample requires [on-behalf-of-user authentication](https://docs.databricks.com/aws/en/dev-tools/databricks-apps/app-development#-using-the-databricks-apps-authorization-model) to be enabled for your app to access the `X-Forwarded-Access-Token` header. Without this, you will only have access to basic user information from the headers, not the detailed information from the Databricks API. Without the user token present, `w.current_user.me()` will return information about the app service principal.
0 commit comments