Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
	"iss": "client_id_from_atlassian",
	"sub": "flow_id",
	"aud": "https://ihubprod.rixter.net/token",
	"iat": currentTimeSeconds,
	"exp": plus currentTimeSeconds 1200,
	"flow": "flow_id"
}

Output from the signed will be xxxxx.yyyyy.zzzzz

...