Merlinofchaos
KKinde
•Created by Merlinofchaos on 5/15/2024 in #💻┃support
Adding the audience in the Access token
I want to had an audience inside the access token since by default it's empty so following your documentation (https://docs.kinde.com/developer-tools/about/using-kinde-without-an-sdk/#request-parameters)
I'm doing something like this :
https://<your_kinde_sudomain>.kinde.com/oauth2/token
?client_id=<your_kinde_client_id>
&client_secret=<your_kinde_client_secret>
&grant_type=authorization_code
&redirect_uri=<your_app_redirect_url>
&code=<CALLBACK_AUTHORIZATION_CODE>
&audience=myaudience
With that the aud field is still empty inside the token
Do I misunderstand something?
Thanks
10 replies