TheNetworg / oauth2-azure

Azure AD provider for the OAuth 2.0 Client.
https://packagist.org/packages/thenetworg/oauth2-azure
MIT License
229 stars 108 forks source link

Update Azure.php #199

Closed mschering closed 7 months ago

mschering commented 10 months ago

Hi,

I am implementing openid and I stumbled on this missing return value in getResourceOwnerDetailsUrl(). Other providers (Like Google) return the openid userinfo endpoint here. That way I can login and ask for user info for any provider.

I hope you can merge this simple fix.

Best regards, Merijn Schering