Difference between revisions of "Draft: PEC-Hybrid/Current/Admin/About"
From Genesys Documentation
Line 24: | Line 24: | ||
|sectionHeading=PureCloud Provisioning Steps | |sectionHeading=PureCloud Provisioning Steps | ||
|Type=Unstructured | |Type=Unstructured | ||
− | |freetext=# Create OAuth Client Credentials grants using the UI<a href="https://help.mypurecloud.com/articles/create-an-oauth-client/">https://help.mypurecloud.com/articles/create-an-oauth-client/ | + | |freetext=# Create OAuth Client Credentials grants using the UI<a href="https://help.mypurecloud.com/articles/create-an-oauth-client/">https://help.mypurecloud.com/articles/create-an-oauth-client/</a> API:<a href="https://developer.mypurecloud.com/api/rest/v2/oauth/">https://developer.mypurecloud.com/api/rest/v2/oauth/</a> |
# Create IDP - see "Create Identity Provider for PureEngage/PureConnect" in intranet doc (only via API https://developer.mypurecloud.com/api/rest/v2/identityproviders/#put-api-v2-identityproviders-pureengage) | # Create IDP - see "Create Identity Provider for PureEngage/PureConnect" in intranet doc (only via API https://developer.mypurecloud.com/api/rest/v2/identityproviders/#put-api-v2-identityproviders-pureengage) | ||
# Create Service Client Credential grants per premise service - see "" | # Create Service Client Credential grants per premise service - see "" | ||
Line 43: | Line 43: | ||
#* '''default_supervisor_role_name''': The default PureCloud supervisor role name. | #* '''default_supervisor_role_name''': The default PureCloud supervisor role name. | ||
#* '''default_admin_role_name''': The default PureCloud admin role name. | #* '''default_admin_role_name''': The default PureCloud admin role name. | ||
− | #* '''base_auth_url''': The base auth URL that can be used for any PureCloud service; for example: '''base_auth_url'' should be <nowiki>https://[region_host]/oauth/token</nowiki>. <nowiki>[region_host]</nowiki> is the authentication-based FQDN for the region; the regions are listed on [https://developer.mypurecloud.com/api/rest/ this page]. | + | #* '''base_auth_url''': The base auth URL that can be used for any PureCloud service; for example: '''base_auth_url''' should be <nowiki>https://[region_host]/oauth/token</nowiki>. <nowiki>[region_host]</nowiki> is the authentication-based FQDN for the region; the regions are listed on [https://developer.mypurecloud.com/api/rest/ this page]. |
#* '''base_service_url''': The base URL that can be used for any PureCloud service; for example: '''base_service_url''' should be <nowiki>https://[region_host]/api/</nowiki>. <nowiki>[region_host]</nowiki> should be the API-based FQDN for the region; the regions are listed on [https://developer.mypurecloud.com/api/rest/ this page]. The rest of the url is PureCloud service and version specific; for example: '''...v2/conversations'''. The '''base_service_url''' and the service specific portion is combined in your componment code. | #* '''base_service_url''': The base URL that can be used for any PureCloud service; for example: '''base_service_url''' should be <nowiki>https://[region_host]/api/</nowiki>. <nowiki>[region_host]</nowiki> should be the API-based FQDN for the region; the regions are listed on [https://developer.mypurecloud.com/api/rest/ this page]. The rest of the url is PureCloud service and version specific; for example: '''...v2/conversations'''. The '''base_service_url''' and the service specific portion is combined in your componment code. | ||
# Create the following Object options in the '''saml''' section: | # Create the following Object options in the '''saml''' section: |
Revision as of 18:41, May 22, 2019
This is a draft page; the published version of this page can be found at PEC-Hybrid/Current/Admin/About.
Contents
Manually provision PureCloud (by creating an Organization) and PureEngage Premise (using Genesys Administrator Extension).