22
|
- 'aud' application identifier. This value indicates what service is consuming the token. It should be negotiated with the service provider before generating the token.
|
22
|
- 'aud' application identifier. This value indicates what service is consuming the token. It should be negotiated with the service provider before generating the token.
|
26
|
Alternately the token may be signed by a private key and authorized via a public keyserver using RS256 tokens. In this mode, the 'kid' header of the JWT must be set to the name of the public key. The backend server must be configured to fetch and confirm keys from a pre-configured public keyserver.
|
27
|
Alternately the token may be signed by a private key and authorized via a public keyserver using RS256 tokens. In this mode, the 'kid' header of the JWT must be set to the name of the public key. The backend server must be configured to fetch and confirm keys from a pre-configured public keyserver.
|