Is `iss` property in JWT tokens redundant?
I’m reading up on some OpenID Connect documentation trying to get my head around the protocol. I came across the issuer property that is common in the JWT tokens. How come this is required if we should always check the signature of the tok… Continue reading Is `iss` property in JWT tokens redundant?