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

bhushan.nagaonkar’s picture

I can confirm the same issue on my side. Module missing authorization deny page.