oauth2-microsoft
oauth2-microsoft copied to clipboard
Microsoft OAuth 2.0 support for the PHP League's OAuth 2.0 Client
This PR mitigates the CVE-2023-29197 vulnerability in the guzzlehttp/psr7-2.4.3 on the following dependency path: stevenmaguire/oauth2-microsoft-2.2.0 ↓ league/oauth2-client-2.6.1 ↓ guzzlehttp/guzzle-7.5.0 ↓ guzzlehttp/psr7-2.4.3
Hi. I created an app on azure and using its Client ID and Client secret I am able to authenticate and everything works as expected but when I try it...
Hi, I'm trying to implement the method but i get the error "AADSTS9002325: Proof Key for Code Exchange is required for cross-origin authorization code redemption." and i don't caught what...
Hi There, We are facing signing-in issue using Microsoft oauth2.0 in pwa app. we have configured the details and pwa app signing using AD credentials works fine on browser safari....
I was trying to use the [Microsoft Graph](https://developer.microsoft.com/en-us/graph/docs/concepts/overview) to get some extra data, but the authentication process of this library seems to get a token which is not valid for...
Some Microsoft Office/Outlook OAUTH API's use Bearer tokens. I added the ability to specify the authorization type as either Bearer or none, defaulting to none (the current functionality).
Using the sample code on the readme, but with my application ID and secret - receiving the above error. ``` #message: "Invalid response received from Authorization Server. Expected JSON." #code:...
Hello, is your package compatible with adfs? Thanks
I have used this plugin in a project, and worked perfect with personal microsoft accounts (free outlook.com accounts) but couldn't work with professional (office 365 accounts) I have edited /src/Provider/Microsoft.php...
PHP 7.3+
Hi, I see this project hasnt been updated for a few years. We are wanting to upgrade our site that uses this library to PHP 7.3 and later versions down...