Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reject tokens when claims has an aud, none expected (#332)
* Reject tokens when claims has an aud, none expected From the RFC: > Each principal intended to process the JWT MUST > identify itself with a value in the audience claim. If the principal > processing the claim does not identify itself with a value in the > "aud" claim when this claim is present, then the JWT MUST be >rejected. Closes #329 * Note the RFC section we're complying with by rejecting None aud.
- Loading branch information