As per this documentation, when we authenticate against a journey using the noSession parameter, we get the response as below:
{
"message":"Authentication Successful",
"successUrl":"/openam/console",
"realm":"/"
}
However, when I tried it out, I do not get message in the response.
{
"successUrl": "/auth/console",
"realm": "/test"
}
Are there any settings or shared state keys to enable/modify message property in the response?