Error of the Callback of third party Oauth

Hi @hwilliams and @cblakeley , installing the package, in the new release is missing the fix:

      -- scope request parameter is not required for authorization code grant
      -- if (not isnull (scope))
      --   params := params || sprintf ('&scope=%U', scope);

In the PROCEDURE: VAL.DBA.oauth_token

Now, all is ok, except the part of the code before !

image

Thanks.
Regards.