Hogan Zhang
Hogan Zhang
I ran into the same problem
same issue with you
thx for your reply, there is no `client_secret` when I initiate it: `oauth.register( 'azure', server_metadata_url='https://login.microsoftonline.com/common/v2.0/.well-known/openid-configuration', client_id='', client_secret='', client_kwargs={ 'scope': 'openid email profile' } )` doesn't work above, but I need...
Thx for your reply again. I think you misunderstood my point. For provider Azure, I have already put **client_id** and **client_secret** in the oauth.register(), but It will return an error...