Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

What is the function of the Assertion Consumer Service URL in an SAML implementation?

A.

It allows consumers to securely enter their SAML credentials.

B.

It asserts the logged-in status of the consumer.

C.

It enables the proxy page and its linked pages, such as login and error pages.

D.

It tells the IdP where to send the SAML response after authenticating a user

You are setting up a new webhooks endpoint and you would like to retrieve the profile object on receipt of the "Account logged in" notification. What method would you recommend?

A.

accounts search with 'SELECT profile FROM emailAccounts WHERE profile.email=Semail from notification$

B.

accounts.getAccountinfo with UID from notification

C.

accounts search with 'SELECT profile FROM account WHERE profile email = Semail from notification$

D.

Use the profile object sent in the notification payload.

Which capabilities does the UI Builder provide? Note: There are 3 correct answers to this question.

A.

Field mapping

B.

Policy editor

C.

Drag-and-drop visual editing

D.

Hosted page editor

E.

Language translation support

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?

A.

Update tags in screen-sets.

B.

Update both Version and Reconsent cutoff.

C.

Update the Version field.

D.

Update only Reconsent cutoff

You want to use the CIAM for B2B Web SDK to return a list of permissions of the customer who is currently logged in.Which API call should you use?

A.

gigya.accounts.b2b.auth.getAssets()

B.

gigya.accounts.b2b.getOrganizationInfo()

C.

gigya.accounts.getJWT()

D.

gigya.accounts.getAccountInfo() passing the value Groups to the include parameter.

You want to utilize SSO across domains.What is a best practice to overcome browsers that block third-party cookies?

A.

Use an SSO segment.

B.

Use a hosted page for each child site.

C.

Use a site group.

D.

Use a centralized hosted login.

E.

You want a dataflow to run regularly.

How can you retrieve subscription and email account data from SAP Customer Data Cloud?

A.

Using accounts.getLiteToken and accounts.register

B.

Using accounts.getLiteToken and accounts.getAccountinfo

C.

Using accounts.login and accounts.getAccountinfo

D.

Using accounts.register and accounts getAccountinfo

What features do webhooks support? Note: There are 2 correct answers to this question

A.

Events are ordered per UID.

B.

Custom data fields can be added to the payload.

C.

Notifications can contain multiple events.

D.

Notifications are sent in a synchronous way.

What are the recommended methods for adding dynamic data to a consent record? Note: There are 2 correct answers to this question

A.

Tags

B.

Custom field

C.

Placeholders

D.

Entitlements

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?

A.

Using the browser-provided automatic translations

B.

Using lang parameter in Web SDK configuration

C.

Using customLang parameter in Web SDK configuration

D.

Using profile locale in accounts showScreenSet call