When going to the path /oauth/authorize, I am presented with a form asking if I want to authorize the application, or deny it. The deny link goes to: /oauth/authorization/deny/%token, which I can see is being created in oauth_common_form_authorize(). However, this path is a 'page not found' error, and I cannot see anywhere that it should be defined. Is this a bug, or am I missing something?
Comments
Comment #1
bhushan.nagaonkar commentedI can confirm the same issue on my side. Module missing authorization deny page.