nvm this works ``` const identity = new IdentityA...
# talk-kratos
a
nvm this works
Copy code
const identity = new IdentityApi(
        new Configuration({
          basePath: this.config.ory.base_url,
          baseOptions: {
            headers: {
              'Content-Type': 'application/json',
              Authorization: `Bearer ${this.config.ory.access_token}`
            }
          }
        })
      )