Registered claim

iss

Identifies the party that issued the token, usually the name or URL of the auth server. On verification, check it matches the expected issuer.

Type
Registered claim (String/URI)
Example
iss

Example

{ "iss": "https://auth.example.com" }
Try decoding a token yourselfJust paste and the header, payload and claims unfold instantly.
Open the decoder

Related