OhadR / authentication-flows

oAuth2 sample: auth-server, resource server and client. "Authentication-Flows" is also a sub-module here.
42 stars 54 forks source link

OAuth: auth-server does not ask user for approval (after login) #69

Closed OhadR closed 8 years ago

OhadR commented 8 years ago

in OAuth flow, after user has logged in, the auth-server should show a page that asks the user whether he grants permission to the client-app to use his resources. in this demo it does not happen (maybe because in WDX the auth-server created token ONLY for WDX apps, so it was not necessary to ask for this permission)