Jump to: navigation, search
(Update with the copy of version: 8.5.2DRAFT)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
=Web Services Authentication Flow=
+
=Web Services authentication flow=
 
__NOTOC__
 
__NOTOC__
Workspace Web Edition & Web Services provides authentication in the following sequence:
+
Web Services provides authentication in the following sequence:
  
 
====1. Salesforce Authentication====
 
====1. Salesforce Authentication====
Line 8: Line 8:
 
* If authentication headers are not present or authentication fails, execution flow proceeds to the next step.
 
* If authentication headers are not present or authentication fails, execution flow proceeds to the next step.
  
====2. Configuration Server (CME) Authentication====
+
====2. Configuration Server Authentication====
* Enters here if a request contains basic authentication header and CME authentication is enabled for this contact center.
+
* Enters here if a request contains basic authentication header and Configuration Server authentication is enabled for this contact center.
 
* If successful, user is authenticated and execution flow proceeds to the authorization stage.
 
* If successful, user is authenticated and execution flow proceeds to the authorization stage.
* If authentication headers are not present, CME authentication is disabled, or authentication fails, execution flow proceeds to the next step.
+
* If authentication headers are not present, Configuration Server authentication is disabled, or authentication fails, execution flow proceeds to the next step.
  
====3. Genesys Web Services Authentication====
+
====3. Web Services Authentication====
 
* Enters here if a request contains basic authentication header.
 
* Enters here if a request contains basic authentication header.
 
* If successful, user is authenticated and execution flow proceeds to the authorization stage.
 
* If successful, user is authenticated and execution flow proceeds to the authorization stage.
Line 24: Line 24:
 
* If not successful, the user receives an anonymous authentication, which means this users is only given access to unprotected endpoints.  
 
* If not successful, the user receives an anonymous authentication, which means this users is only given access to unprotected endpoints.  
  
==Next Step==
+
==Next step==
*[[Security|Back to Configuring Security]]
+
*[[Security|Back to Configuring security]]
  
 
[[Category:V:HTCC:8.5.2]]
 
[[Category:V:HTCC:8.5.2]]

Latest revision as of 16:41, July 14, 2017

Web Services authentication flow

Web Services provides authentication in the following sequence:

1. Salesforce Authentication

  • Enters here if a request contains two specific headers (Salesforce Session ID and Salesforce Identity URL).
  • If successful, the user is authenticated and execution flow proceeds to the authorization stage.
  • If authentication headers are not present or authentication fails, execution flow proceeds to the next step.

2. Configuration Server Authentication

  • Enters here if a request contains basic authentication header and Configuration Server authentication is enabled for this contact center.
  • If successful, user is authenticated and execution flow proceeds to the authorization stage.
  • If authentication headers are not present, Configuration Server authentication is disabled, or authentication fails, execution flow proceeds to the next step.

3. Web Services Authentication

  • Enters here if a request contains basic authentication header.
  • If successful, user is authenticated and execution flow proceeds to the authorization stage.
  • If authentication headers are not present or authentication fails, execution flow proceeds to the next step.

4. Security Assertion Markup Language (SAML) Authentication

  • Enters here if SAML is enabled and configured.
  • An attempt is made to authenticate user through the standard SAML authentication flows.
  • If successful, the user is authenticated and execution flow proceeds to the authorization stage.
  • If not successful, the user receives an anonymous authentication, which means this users is only given access to unprotected endpoints.

Next step

This page was last edited on July 14, 2017, at 16:41.
Comments or questions about this documentation? Contact us for support!