laravel-azure-ad-oauth icon indicating copy to clipboard operation
laravel-azure-ad-oauth copied to clipboard

Drop-in socialiate plugin for Laravel applications for Microsoft Azure SSO.

Results 21 laravel-azure-ad-oauth issues
Sort by recently updated
recently updated
newest added

Two problems: #1 Was not sure how to get the "Sign Up" feature to work automatically from /login/microsoft i.e. how to configure the combined azure signup and signin flow to...

How can I change "The route to redirect the user to upon login." for use with variable route to redirect.

This PR includes 2 very simple changes: 1. Fixing a typo in the README ("php artisan vendor publish" should be "php artisan vendor:publish") 2. In the published file, the redirect...

Docs for Azure oath have listed additional parameters that you can pass to the link for request an authorization code, f.e.: "prompt" - using to change which user interactions are...

Hey so i've just installed this library and have been trying to connect to my AD via it. Once it sends the return call, I get this error, "Undefined property:...

Just wondering - is there anything technically stopping someone from getting this to work on version 4.2.22, if we really really needed to? Any advice on this at all?

Title speaks for itself. Line 48 in AzureOauthProvider.php. Need to add a using... ```php use Laravel\Socialite\Two\InvalidStateException; ```