We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d4dff0 commit 3d20d41Copy full SHA for 3d20d41
1 file changed
src/Azure/README.md
@@ -107,7 +107,7 @@ $socialUser = Socialite::driver('azure')
107
->user();
108
```
109
110
-If the application that you are authenticating against is anything other single tenant, use the following values in place of the client_id:
+If the application that you are authenticating against is anything other single tenant, use the following values in place of the tenant_id:
111
- Multitenant applications: "organizations"
112
- Multitenant and personal accounts: "common"
113
- Personal accounts only: "consumers"
0 commit comments