KindeK
Kinde2y ago
9 replies
Merlinofchaos

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
Kinde docs
Our developer tools provide everything you need to get started with Kinde.
Using Kinde without an SDK
Was this page helpful?