How can I get my completed Access token, please?

excuse me,

why when I get the access token from the URL it isn’t complete. for example, I got that (U4a4hYQFuCcTMY_P3xegFKv06xTP_j6g)

and it should be like that :

(eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Ik56Z3lSVFZEUmpKQ1FrUkJSRGN3TjBReFJUQTFPVUl5UlRORk9EQXhPVGMwTmpjNU9USkVPQSJ9.eyJpc3MiOiJodHRwczovL2ZzbmQuYXV0aDAuY29tLyIsInN1YiI6ImF1dGgwfDVkMDNkM2U2NzI2YjhmMGNiNGJmNzFjOSIsImF1ZCI6ImltYWdlIiwiaWF0IjoxNTYwNTU2MTc0LCJleHAiOjE1NjA1NjMzNzQsImF6cCI6ImtpNEI2alprdUpkODdicEIyTXc4emRrajFsM29mcHpqIiwic2NvcGUiOiIiLCJwZXJtaXNzaW9ucyI6WyJnZXQ6aW1hZ2VzIiwicG9zdDppbWFnZXMiXX0.ENxNT1lo_sX9rpgmGJmiu14lugmYXqb8siJwC1nPuGSb_ycK02KyS5IkA-YkhySMBcDD5IJfawPkJNmJPtUAB1wYVP8hlNsBuvLjtYxzH_VHNeXzVXWQvM7RiuPwrmWJmJN2onmZPh3bjiUZxvyAp0Yp0Rvm54SsiDjO_Dj1Qx-Az_Zjo-mY2ECfFgAo0ifnqDMIgE5YDZ3uOzMni4oEU5Ok-TrQOSwyfJyUC1KQ7ubQ-Bnbh-0Aii9UK9R4JBH7iIMva8_edQkgR4MuRXatYhsqvHsxQ2Iv5rjMmTAmjknsYWE5VYrzafRGVigbPD9A6ELEnyjADBQ9vMtSdPQe2w)

how can I get the completed one, please?

Hi @os.khaled2020,

Welcome to the Community

Please confirm how you trying to get the access token.

1 Like

from login flow
https://coffa.auth0.com/authorize?
response_type=token&
client_id=Cz2TNnWxWbUS7gX7peynWfGxd5V7xpNM&
redirect_uri=http://127.0.0.1:5000/token

I think you getting confuse b/t access_token and id_token. The token you shared above and expecting to receive is id_token not access token. Please see difference b/t id and access toekn from below post.

What is the difference between idToken & accessToken?

2 Likes

Let us know if you have any further questions!

1 Like

thanks a lot I figure out the problem and solve it.

2 Likes

Perfect! Glad to hear that!

1 Like