Hi @sidharth.chaudhary, I’m trying to change SPA, I just tried the management API and same result
payload
{“refresh_token”: {
“rotation_type”: “rotating”,
“expiration_type”: “expiring”,
“leeway”: 0,
“token_lifetime”: 2592000
}}
result
{
“statusCode”: 403,
“error”: “Forbidden”,
“message”: “The account is not allowed to perform this operation, please contact our support team.”,
“errorCode”: “operation_not_supported”
}