SAP C_C4H62_2408 Practice Test - Questions Answers, Page 6
List of questions
Related questions
For browsers that block third-party cookies, what additional implementation steps can you take to ensure that SSO functions properly? Note: There are 2 correct answers to this question
Call initSSO in the onLogin handler after successful logins.
Set the continueSSO parameter to true in Global Configuration.
Configure a CNAME
Set storageDomainOverride for the group parent site in Global Configuration.
What data is required to perform a JWT validation? Note: There are 3 correct answers to this question
signatureKey
Loginld
header
payload
signature
Which events can be configured in the Console for webhooks? Note: There are 3 correct answers to this question .
Consent granted
Account verified
Subscription updated
Account deleted
Account registered
You need to push configuration changes from staging to production.Considering the sites have the same name in both environments, what can you expect?
The API keys are different. The site settings need to be manually replicated.
The API keys are the same. The site settings need to be manually replicated.
The API keys are different. The site settings will be automatically replicated.
The API keys are the same. The site settings will be automatically replicated.
You want to use screen-sets to capture multiple consent statements on your website. The statements are needed to complete registration and support the reconsent process. Which of the following screens need to be mapped to the consent statements? Note: There are 2 correct answers to this question .
Registration Completion
Login
Registration
Profile Update
Once the Web SDK has loaded, some additional code needs to be run.What is the best practice for this use case?
Use the JavaScript onLoad event
Use the onGigyaServiceReady function
Use accounts.addEventHandlers
Use the <head> tag
You have uploaded CSV translation files through the Localization menu in screen-sets, but the screen-sets are displayed in the wrong language. How can you fix this?
Using the browser-provided automatic translations
Using lang parameter in Web SDK configuration
Using customLang parameter in Web SDK configuration
Using profile locale in accounts showScreenSet call
In an OIDC implementation, what endpoint returns claims about the authenticated user?
The token endpoint
The introspect endpoint
The /authorize endpoint
The /userinfo endpoint
The customer's legal team wants to release a major update to the terms of service.How do you ensure that existing users reconsent on their next login?
Update tags in screen-sets.
Update both Version and Reconsent cutoff.
Update the Version field.
Update only Reconsent cutoff
You are validating a JWT and want to be sure you use the correct public key. What do you need to check?
The keyid of the public key is the same as the keyID in the JWT header.
The expiration time of the JWT lies within the expiration time defined in the public key.
The issuer of the public key is the same as the issuer in the JWT header.
The public key hash is the same as the signature hash of the JWT.
Question