experimental

perform a login with STS

post/sts/login

Request body

codestring required
statestring required
redirect_uristring required
ttl_secondsinteger

The time-to-live for the generated token in seconds. The default value is 3600 seconds (1 hour) maximum time allowed is 12 hours.

Response

successful STS login

tokenstring required

a JWT token that could be used to authenticate requests

token_expirationinteger

Unix Epoch in seconds

Changes