Which service is used to provide authorization between the Identity Provider (IdP) and application?
The service used to provide authorization between the Identity Provider (IdP) and application is OAuthv2. OAuthv2 is an open standard for authorization that enables applications to securely access resources from an IdP without having to manage the user credentials. OAuthv2 provides the IdP with the ability to grant limited access to its resources without having to share the user's credentials. Active Directory Federation Services (ADFS) and SAML are also commonly used for authorization, but OAuthv2 is the most widely used protocol for providing authorization between an IdP and an application.
Which CLI command manages the Java Keystore Certificate in Windows CCE servers?
Keytool is the command-line tool used to manage the Java Keystore Certificate in Windows CCE servers. This tool is used to create, import, and export certificates for use with Java applications. It can also be used to view the certificate request, as well as to modify the certificate's friendly name and store name. This can be useful for managing Java Keystore Certificates on Windows CCE servers.
https://docs.oracle.com/cd/E19509-01/820-3503/gghji/index.html
Which mode can be used to display data flow in the Script?
Monitor Mode is a feature of the Packaged CCE Script Editor that allows you to view the flow of data through the script. This can be used to troubleshoot any issues with the script and ensure that it is functioning properly. Edit Mode is used to edit the Script, Quick Edit Mode is used to quickly edit basic script elements, and Browse Mode is used to view the data elements available in the Script.
Which two claim rules will be added to specify the claims sent from ADFS to Cisco Identity Service as part of a successful SAML assertion in PCCE? (Choose two.)
When configuring SAML authentication for PCCE (Cisco Packaged Contact Center Enterprise) with ADFS (Active Directory Federation Services), you will need to specify certain claim rules that determine which attributes of the user's AD account will be sent in the SAML assertion to Cisco Identity Service.
sAMAccountName is a common attribute that contains the logon name for the user, used for backwards compatibility with older systems that may not support newer authentication methods.
uid is an attribute that can be used to uniquely identify the user in the claims sent to the applications. This attribute is used in Cisco Identity Service to match the user to their corresponding PCCE account.
Which account does PCCE wizard use for logins to access the appropriate server and enable interfaces, databases, and protocols?
The PCCE wizard uses a Service Account login to access the appropriate server and enable interfaces, databases, and protocols. This Service Account is a Windows account that has specific privileges, such as the ability to access the server and configure the various components of PCCE. The other options, Setup login, Windows login, and Local administrator login, are incorrect.