When i set up my demo according the doc. i met access denied. When i debug it, i found i must set UserAuthorizationHandler.
My question is, when i sent authorization request to get code in oauth2 authorization code flow like the following code, there is no user info in url. So why must set UserAuthorizationHandler? What is userId for here?
http://localhost:9096/authorize?client_id=000000&response_type=code
