I attempted to configure a Canvas Instance as an OAuth2 provider following the exact steps provided in this knowledge solution topic, but I get the following error:
{
"error": "access_denied",
"error_description": "prompt must be \"none\" (or omitted)"
}
When I set the prompt=none
using the Management API, I get this error instead:
{
"error": "access_denied",
"error_description": "prompt=none but a token cannot be granted without user interaction"
}
Were the steps provided in the knowledge topic validated? Have there been changes since then?
Thanks!