MASWE-0038: Authentication Tokens Not Validated
Content in BETA
This content is in beta and still under active development, so it is subject to change any time (e.g. structure, IDs, content, URLs, etc.).
Draft Weakness
This weakness hasn't been created yet and it's in draft. But you can check its status or start working on it yourself. If the issue has not yet been assigned, you can request to be assigned to it and submit a PR with the new content for that weakness by following our guidelines.
Check our GitHub Issues for MASWE-0038
Initial Description or Hints¶
e.g. oauth2/jwt client-side checks
Relevant Topics¶
- code grant
- expiration
- none algorithm
- PKCE
- implicit grant
References¶
- https://developers.google.com/identity/sign-in/android/backend-auth#verify-the-integrity-of-the-id-token
- https://developers.google.com/identity/protocols/oauth2/openid-connect#validatinganidtoken
- https://developer.apple.com/documentation/sign_in_with_apple/generate_and_validate_tokens
MASTG v1 Coverage¶
No MASTG v1 tests are related to this weakness.