Skip to content

Commit

Permalink
Add Subdomain explanation to Zendesk Provider (#1131)
Browse files Browse the repository at this point in the history
  • Loading branch information
edh649 authored Dec 25, 2023
1 parent 196d7d2 commit 58df7a4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Zendesk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@ Please see the [Base Installation Guide](https://socialiteproviders.com/usage/),
'zendesk' => [
'client_id' => env('ZENDESK_CLIENT_ID'),
'client_secret' => env('ZENDESK_CLIENT_SECRET'),
'redirect' => env('ZENDESK_REDIRECT_URI')
'redirect' => env('ZENDESK_REDIRECT_URI'),
'subdomain' => env('ZENDESK_SUBDOMAIN')
],
```

`ZENDESK_SUBDOMAIN` is the subdomain for your zendesk instance (**subdomain**.zendesk.com).

### Add provider event listener

Configure the package's listener to listen for `SocialiteWasCalled` events.
Expand Down

0 comments on commit 58df7a4

Please # to comment.