How can i get the Token for developper portal to connect with dashboard

I deploy tyk stack with helm chart.
I’d like to use develpper portal and the bootstrap doens’t work as expected. So i have to add the dashboard as the provider manually.
However, when i create a user in Dashboard and i can’t get the token in the creation page. I only have the ID.

Hi @Tong_Liu

Thank you for your patience and welcome to the community :partying_face: .

This may be related to the forbidAdminViewAccessToken setting (set to true in values.yaml), which prevents admin users from viewing other users’ access tokens.
You can either update this setting in values.yaml, or log in as the newly created user to view their own credentials.

Please let us know how you get on.

Hello,
Thank for your responses !
I have already resolved it !