Skip to content

Commit 3cf1c0a

Browse files
Update README.md
Zendesk only supports a single pair of SSO URLs. The remote login URL used for agents/admins is what's used for end-users & vice versa. Specifically this is what should always be used in Zendesk under Settings > Security Remote login URL: http://your_site_base_url/zendesk/sso/login Remote logout URL: http://your_site_base_url/zendesk/sso/logout It's up to the Magento Extension upon getting a request to build a login request to figure out if the email used is tied in Zendesk to either an agent/admin or an end-user & redirect accordingly. CC @jwswj @Maxmi @mmolina
1 parent 8f36e5f commit 3cf1c0a

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,8 @@ The API can be enabled in the Zendesk settings page in the Magento admin panel.
2626

2727
### Single Sign-on (SSO)
2828

29-
* Admins & Agents
30-
31-
Remote login URL: http://your_site_base_url/admin/zendesk/authenticate
32-
Remote logout URL: http://your_site_base_url/admin/zendesk/logout
33-
34-
* End-user
35-
36-
Remote login URL: http://your_site_base_url/zendesk/sso/login
37-
Remote logout URL: http://your_site_base_url/zendesk/sso/logout
29+
**Remote login URL** http://your_site_base_url/zendesk/sso/login
30+
**Remote logout URL** http://your_site_base_url/zendesk/sso/logout
3831

3932
### Responses
4033

0 commit comments

Comments
 (0)