Hello - I’m not sure that best answer helps me. Based on the OIDC changes, I am meant to use an access_token to talk to my API rather than an id_token - the answer tells me how to get an id_token, but I want an access_token. How do I get that please? I am trying to use rules to add my app_metadata to like this
context. access_token[http://NAMESPACE] = user.app_metadata
But I see nothing in my response that is a JWT. How do I actually get a JWT access token
Thanks