decomplexity
decomplexity
When azure.php acquires an access token, the MSFT endpoint can optionally also return a new refresh token (RFC 6749 10.4). What please is the easiest way to access (in order...
I have finally managed** to get PHPMailer working successfully with AAD V2 authorization and token endpoints, Graph V1 and oauth2-azure-2.0.0 This necessitated the following client overrides: ``` $provider->urlAPI = https://graph.microsoft.com/;...
[Shadow post] I am trying to get PHPMailer to authenticate with SMTP AUTH. I am using the thephpleague’s OAuth2 and thenetworg’s Azure provider via MSFT’s V2 authorisation and token endpoints....
In **hajekj** commit 0d28aaa of 9 days ago, there seems to be an operand missing in the call of getTenantDetails in AccessToken.php. Line 52 of AccessToken.php: $tenant = $provider->getTenantDetails($provider->tenant); but...
Support for OAuth2 client_credentials flow (CCF) grants was announced by MSFT in July 2023. We use an elaboration of OAuth.php that supports CCF for MSFT providers as well as authorization_code...
Does oauth2-azure support client_credentials grants pls?