psignoret / aad-sso-wordpress

Single Sign-on with Azure Active Directory (for WordPress)
Other
270 stars 78 forks source link

determine_current_user #233

Open jrmcdona opened 4 years ago

jrmcdona commented 4 years ago

How are you determining if the user is in WordPress already and which user it is? Normally, determine_current_user is used for that but I am not seeing it in the code.

Also, do you know what Grant Types this works with ? For example does client_credentials grant type also work?

Thanks