Hey @nolanl13 no problem, happy to help where I can!
Do you mind sharing the example sample you’re working with? There’s definitely something off but it’s hard for me to tell without looking at the sample itself. It looks to be using a hybrid flow which given the response_type
.
FWIW it’s worth it might be easier to user one of our SPA samples, react for example. I know with that sample you’ll get an access token with the correct audience configured. You can just extract the access token from the “preview” of the /token
call in the network tab without having to make any extra manual call:
Keep us posted!