Sounds like stupid question, But i cannot find/infer answer of following question from many articles.
- Who is
Issuer
? (probably the token provider we trust. Like "Google, Faceboock, etc" and our site accepts tokens from theme). - Who is
Audience
? - Should i validate these two if i don't use
OAuth
andOpenID
? I mean, Are they only used for 3rd-party authentication/authorization (because my site is the only issuer of my own tokens)? - What risk should i take if i don't validate these two, when my site don't use 3rd-parties to authenticate and authorize?