Generate a JSON Web Token (JWT) for use with single sign on.
expiresIn
for additional options.origin=true
to the redirect URL.true
.Encode the private.key file in base64 and pass the single line String in the privateKey
field.E.g in Linux: cat private.key | base64