You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
6. Add the `azure` middleware to your route groups on any routes that needs protected by auth and enjoy :tada:
18
18
7. If you need custom callbacks, see [Extended Installation](#extended-installation).
19
19
20
+
__NOTE: You may need to add premissions for (legacy) Azure Active Directory Graph__
21
+
20
22
## Routing
21
23
22
24
`Route::get('/login/azure', '\RootInc\LaravelAzureMiddleware\Azure@azure');` First parameter can be wherever you want to route the azure login. Change as you would like.
0 commit comments