Widget auto login prompting
Using /widgets/{widgetId}/views with the body
{
"name": "AUTHORING",
"commonViewConfiguration": {
"autoLoginUser": true,
"noChrome": true
}
}gives us the link back, as expected, but my boss wants it to not confirm the user email address. When we try the same exact request using the API reference, the resulting link does not require the confirmation. So there is something different about the request. In both cases, we're testing the link in a private window were we are not already signed in. I've tried each of the different scope suffxies, but it hasn't made a difference.
