Skip to content

Instantly share code, notes, and snippets.

@markusrt
Created September 5, 2020 11:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markusrt/7270c3fb65a611102bb76d58c53c620c to your computer and use it in GitHub Desktop.
Save markusrt/7270c3fb65a611102bb76d58c53c620c to your computer and use it in GitHub Desktop.
The difference between the request with a JWT token and the request without, is that the former was validated by the Request Authentication filter and gets the claims stored in its connection filter metadata, meanwhile the latter lacks those.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment