Skip to content

Commit 28ef5b2

Browse files
authored
Update README.md
1 parent ef657d2 commit 28ef5b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Route::get('/login/azurecallback', '\RootInc\LaravelAzureMiddleware\Azure@azurec
1717
6. Add the `azure` middleware to your route groups on any routes that needs protected by auth and enjoy :tada:
1818
7. If you need custom callbacks, see [Extended Installation](#extended-installation).
1919

20+
__NOTE: You may need to add premissions for (legacy) Azure Active Directory Graph__
21+
2022
## Routing
2123

2224
`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

Comments
 (0)