Earlybyte / aad_oauth

Flutter Azure Active Directory OAuth Package
https://pub.dev/packages/aad_oauth
MIT License
92 stars 186 forks source link

Invalid Access Token #308

Open vanhcoder opened 7 months ago

vanhcoder commented 7 months ago

After successfully logging in and receiving the access token, when I decode it using https://jwt.io, it appears to be invalid, and I suspect it might be missing some information.

AliGuemues commented 7 months ago

To find a solution to your problem, I think you have to provide more information (snippet)

ben-bscript commented 5 months ago

I have the same issue it appears you get a JWT token with only 2 parts. the VERIFY SIGNATURE part of the jwt-token is missing.

github-actions[bot] commented 3 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If you still think this issue is needed, reopen it again.