Pre-Winter Sale Discount 60% Offer - Ends in 0d 00h 00m 00s - Coupon code: brite60

ExamsBrite Dumps

Salesforce Certified Platform Identity and Access Management Architect (Plat-Arch-203) Question and Answers

Salesforce Certified Platform Identity and Access Management Architect (Plat-Arch-203)

Last Update Oct 20, 2025
Total Questions : 243

We are offering FREE Identity-and-Access-Management-Architect Salesforce exam questions. All you do is to just go and sign up. Give your details, prepare Identity-and-Access-Management-Architect free exam questions and then go for complete pool of Salesforce Certified Platform Identity and Access Management Architect (Plat-Arch-203) test questions that will help you more.

Identity-and-Access-Management-Architect pdf

Identity-and-Access-Management-Architect PDF

$42  $104.99
Identity-and-Access-Management-Architect Engine

Identity-and-Access-Management-Architect Testing Engine

$50  $124.99
Identity-and-Access-Management-Architect PDF + Engine

Identity-and-Access-Management-Architect PDF + Testing Engine

$66  $164.99
Questions 1

Which two considerations should be made whenimplementing Delegated Authentication?

Choose 2 answers

Options:

A.  

The authentication web service can include custom attributes.

B.  

It can be used to authenticate API clients and mobile apps.

C.  

It requires trusted IP ranges at the User Profile level.

D.  

Salesforce servers receive but do not validate a user’s credentials.

E.  

Just-in-time Provisioning can be configured for new users.

Discussion 0
Questions 2

A third-party app provider would like to have users provisioned via a service endpoint before users access their app from Salesforce.

What should an identity architect recommend to configure the requirement with limited changes to the third-party app?

Options:

A.  

Use a connected app with user provisioning flow.

B.  

Create Canvas app in Salesforce for third-party app to provision users.

C.  

Redirect users to the third-party app for registration.

D.  

Use Salesforce identity with Security Assertion Markup Language (SAML)for provisioning users.

Discussion 0
Questions 3

What are three capabilities of Delegated Authentication? Choose 3 answers

Options:

A.  

It can be assigned by Custom Permissions.

B.  

It can connect to SOAP services.

C.  

It can be assigned by Permission Sets.

D.  

It can be assigned by Profiles.

E.  

It can connect to REST services.

Discussion 0
Questions 4

Refer to the exhibit.

Outfitters (NTO) is using Experience Cloud as an Identity for its application on Heroku. The application on Heroku should be able to handle two brands, Northern Trail Shoes and Northern Trail Shirts.

A user should select either of the two brands in Heroku before logging into the community. The app then performs Authorization using OAuth2.0 with the Salesforce Experience Cloud site.

NTO wants to make sure it renders login page images dynamically based on the user's brand preference selected in Heroku before Authorization.

what should an identity architect do to fulfill the above requirements?

Options:

A.  

For each brand create different communities and redirect users to the appropriate community using a custom Login controller written in Apex.

B.  

Create multiple login screens using Experience Builder and use Login Flows at runtime to route to different login screens.

C.  

Authorize third-party service by sending authorization requests to the community-url/services/oauth2/authorize/cookie_value.

D.  

Authorize third-party service by sending authorization requests to the community-url/services/oauth2/authonze/expid_value.

Discussion 0
Questions 5

Which three different attributes can be used to identify the user in a SAML 65> assertion when Salesforce is acting as a Service Provider? Choose 3 answers

Options:

A.  

Federation ID

B.  

Salesforce User ID

C.  

User Full Name

D.  

User Email Address

E.  

Salesforce Username

Discussion 0
Questions 6

Northern Trail Outfitters would like to automatically create new employee users in Salesforce with an appropriate profile that maps to its Active Directory Department.

Howshould an identity architect implement this requirement?

Options:

A.  

Use the createUser method in the Just-in-Time (JIT) provisioning registration handler to assign the appropriate profile.

B.  

Use the updateUser method in the Just-in-Time (JIT) provisioning registration handler to assign the appropriate profile.

C.  

Use a login flow to collect Security Assertion Markup Language attributes and assign the appropriate profile during Just-In-Time(JIT) provisioning.

D.  

Make a callout during the login flow to query department from Active Directory to assign the appropriate profile.

Discussion 0
Questions 7

Universal Containers (UC) wants to build a custom mobile app for their field reps to create orders in salesforce. After the first time the users log in, they must be able to access salesforce upon opening the mobile app without being prompted to log in again. What Oauth flows should be considered to support this requirement?

Options:

A.  

Web Server flow with a Refresh Token.

B.  

Mobile Agent flow with a Bearer Token.

C.  

User Agent flow with a Refresh Token.

D.  

SAML Assertion flow with a Bearer Token.

Discussion 0
Questions 8

Universal containers(UC) has implemented SAML-BASED single Sign-on for their salesforce application and is planning to provide access to salesforce on mobile devices using the salesforce1 mobile app. UC wants to ensure that single Sign-on is used for accessing the salesforce1 mobile app. Which two recommendations should the architect make? Choose 2 answers

Options:

A.  

Use the existing SAML SSO flow along with user agent flow.

B.  

Configure the embedded Web browser to use my domain URL.

C.  

Use the existing SAML SSO flow along withWeb server flow

D.  

Configure the salesforce1 app to use the my domain URL

Discussion 0
Questions 9

Universal Containers is creating a web application that will be secured by SalesforceIdentity using the OAuth 2.0 Web Server Flow uses the OAuth 2.0 authorization code grant type).

Which three OAuth concepts apply to this flow?

Choose 3 answers

Options:

A.  

Verification URL

B.  

Client Secret

C.  

Access Token

D.  

Scopes

Discussion 0
Questions 10

Northern Trail Outfitters (NTO) is planning to implement a community for its customersusing Salesforce Experience Cloud. Customers are not able to self-register. NTO would like to have customers set their own passwords when provided access to the community.

Which two recommendations should an identity architect make to fulfill this requirement?

Choose 2 answers

Options:

A.  

Add customers as contacts and add them to Experience Cloud site.

B.  

Enable Welcome emails while configuring the Experience Cloud site.

C.  

Allow Password reset using the API to update Experience Cloud site membership.

D.  

Use Login Flows to allow users to reset password in Experience Cloud site.

Discussion 0
Questions 11

Universal containers (UC) is concerned that having a self-registration page will provide a means for "bots" or unintended audiences to create user records, thereby consuming licences and adding dirty data. Which two actions should UC take to prevent unauthorised form submissions during theself-registration process? Choose 2 answers

Options:

A.  

Use open-ended security questions and complex password requirements

B.  

Primarily use lookup and picklist fields on the self registration page.

C.  

Require a captcha at the end of the self-registration process.

D.  

Use hidden fields populated via java script events in the self-registration page.

Discussion 0
Questions 12

An Identity architect works for a multinational, multi-brand organization. As they work with the organization to understand their Customer Identity and Access Management requirements, the identity architect learns that the brand experience is different for each of the customer's sub-brands and each of these branded experiences must be carried through the login experience depending on which sub-brand the user is logging into.

Which solution should the architect recommend to support scalability and reduce maintenance costs, if the organization has more than 150sub-brands?

Options:

A.  

Assign each sub-brand a unique Experience ID and use the Experience ID to dynamically brand the login experience.

B.  

Use Audiences to customize the login experience for each sub-brand and pass an audience ID to the community during the OAuthand Security Assertion Markup Language (SAML) flows.

C.  

Create a community subdomain for each sub-brand and customize the look and feel of the Login page for each community subdomain to match the brand.

D.  

Create a separate Salesforce org for each sub-brand so that each sub-brand has complete control over the user experience.

Discussion 0
Questions 13

Universal Containers (UC) has a Customer Community that uses Facebook for Authentication. UC would like to ensure that Changes in the Facebook profile are reflected on the appropriate Customer Community user: How can this requirement be met?

Options:

A.  

Use the updateUser method on the registration Handler Class.

B.  

Develop a scheduled job that calls out to Facebook on anightly basis.

C.  

Use information in the signed Request that is received from facebook.

D.  

Use SAML Just-In-Time Provisioning between Facebook and Salesforce.

Discussion 0
Questions 14

Northern Trail Outfitters (NTO) has a number of employees who do NOT need access Salesforce objects. Trie employees should sign in to a custom Benefits web app using their Salesforce credentials.

Which license should the identity architect recommend tofulfill this requirement?

Options:

A.  

Identity Only License

B.  

External Identity License

C.  

Identity Verification Credits Add-on License

D.  

Identity Connect License

Discussion 0
Questions 15

Universal Containers is using OpenID Connect to enable a connection from their new mobile app to its production Salesforce org.

What should be done to enable the retrieval of the access token status for the OpenID Connect connection?

Options:

A.  

Query using OpenIDConnect discovery endpoint.

B.  

A Leverage OpenID Connect Token Introspection.

C.  

Create a custom OAuth scope.

D.  

Enable cross-origin resource sharing (CORS) for the /services/oauth2/token endpoint.

Discussion 0
Questions 16

A technology enterprise is planning to implement single sign-on login for users. When users log in to the Salesforce User object custom field, data should be populated fornew and existing users.

Which two steps should an identity architect recommend?

Choose 2 answers

Options:

A.  

Implement Auth.SamlJitHandler Interface.

B.  

Create and update methods.

C.  

Implement RegistrationHandler Interface.

D.  

Implement SesslonManagement Class.

Discussion 0
Questions 17

Universal containers (UC) has a customer Community that uses Facebook for authentication. UC would like to ensure that changes in the Facebook profile are reflected on the appropriate customer Community user. How can this requirement be met?

Options:

A.  

Use the updateuser() method on the registration handler class.

B.  

Use SAML just-in-timeprovisioning between Facebook and Salesforce

C.  

Use information in the signed request that is received from Facebook.

D.  

Develop a schedule job that calls out to Facebook on a nightly basis.

Discussion 0
Questions 18

A company wantsto provide its employees with a custom mobile app that accesses Salesforce. Users are required to download the internal native IOS mobile app from corporate intranet on their mobile device. The app allows flexibility to access other non-Salesforce internalapplications once users authenticate with Salesforce. The apps self-authorize, and users are permitted to use the apps once they have logged into Salesforce.

How should an identity architect meet the above requirements with the privately distributed mobile app?

Options:

A.  

Use connected app with OAuth and Security Assertion Markup Language (SAML) to access other non-Salesforce internal apps.

B.  

Configure Mobile App settings in connected app and Salesforce as identity provider for non-Salesforce internal apps.

C.  

Use Salesforce as an identity provider (IdP) to access the mobile app and use the external IdP for other non-Salesforce internal apps.

D.  

Create a new hybrid mobile app and use the connected app with OAuth to authenticate users for Salesforce and non-Salesforce internal apps.

Discussion 0
Questions 19

Northern Trail Outfitters (NTO) is setting up Salesforce to authenticate users with an external identity provider. The NTO Salesforce Administrator is having trouble getting things setup.

What should an identity architect use to show which part of the login assertion is fading?

Options:

A.  

SAML Metadata file importer

B.  

Identity Provider Metadata download

C.  

Connected App Manager

D.  

Security Assertion Markup Language Validator

Discussion 0
Questions 20

Universal Containers (UC) has a strict requirement to authenticate users to Salesforce using their mainframe credentials. The mainframe user store cannot be accessed from aSAML provider. UC would also like to have users in Salesforce created on the fly if they provide accurate mainframecredentials.

How can the Architect meet these requirements?

Options:

A.  

Use a Salesforce Login Flow to call out to a web service and create the user on the fly.

B.  

Use the SOAP API to create the user when created on the mainframe; implement Delegated Authentication.

C.  

Implement Just-In-Time Provisioning on the mainframe to create the user on the fly.

D.  

Implement OAuth User-Agent Flow on the mainframe; use a Registration Handler to create the user on the fly.

Discussion 0
Questions 21

Universal Containers (UC) wants to integrate a third-party Reward Calculation system with Salesforce to calculate Rewards. Rewards will be calculated on a schedule basis and update back into Salesforce. The integration between Salesforce and the Reward Calculation System needs to be secure. Which are two recommended practices for using OAuth flow in this scenario. choose 2 answers

Options:

A.  

OAuth Refresh Token FLow

B.  

OAuth Username-Password Flow

C.  

OAuth SAML Bearer Assertion FLow

D.  

OAuth JWT Bearer Token FLow

Discussion 0
Questions 22

Universal containers (UC) employees havesalesforce access from restricted ip ranges only, to protect against unauthorized access. UC wants to rollout the salesforce1 mobile app and make it accessible from any location. Which two options should an architect recommend? Choose 2 answers

Options:

A.  

Relax the ip restriction in the connect app settings for the salesforce1 mobile app

B.  

Use login flow to bypass ip range restriction for the mobile app.

C.  

Relax the ip restriction with a second factor in the connect app settings for salesforce1 mobile app

D.  

Remove existing restrictions on ip ranges for all types of user access.

Discussion 0
Questions 23

A pharmaceutical company has an on-premise application (see illustration) that it wants to integrate with Salesforce.

The IT director wants to ensure that requests must include a certificate with a trusted certificate chain to access the company's on-premise application endpoint.

What should an Identity architect do to meet this requirement?

Options:

A.  

Use open SSL to generate a Self-signed Certificate and upload it to the on-premise app.

B.  

Configure the company firewall to allow traffic from Salesforce IP ranges.

C.  

Generate a certificate authority-signed certificate in Salesforce and uploading it to the on-premise application Truststore.

D.  

Upload a third-party certificate from Salesforce into the on-premise server.

Discussion 0
Questions 24

N NO: 161

An identity architect has built a native mobile application and plans to integrate it with a Salesforce Identity solution. The following are the requirements for the solution:

1. Users should not have to login every time they use the app.

2. The app should be able to make calls to the Salesforce REST API.

3. End users should NOT see the OAuth approval page.

How should the identity architect configure the Salesforce connected app to meet the requirements?

Options:

A.  

Enable the API Scope and Offline Access Scope, upload a certificate so JWT Bearer Flow can be used and then set the connected app access settings to "Admin Pre-Approved".

B.  

Enable the API Scope and Offline Access Scope on the connected app, and then set the connected app to access settings to 'Admin Pre-Approved".

C.  

Enable the Full Access Scope and then set the connected app access settings to "Admin Pre-Approved".

D.  

Enable the API Scope and Offline Access Scope on the connected app, and then set the Connected App access settings to "User may self authorize".

Discussion 0
Questions 25

Northern Trail Outfitters (NTO) wants its customers to use phone numbers to log into their new digital portal, which was designed and built using Salesforce Experience Cloud. In order to access the portal, the user will need to do the following:

1. Enter a phone number and/or email address

2. Enter a verification code that is to be sent via email or text.

What is the recommended approach to fulfill this requirement?

Options:

A.  

Create a Login Discovery page and provide a Login Discovery Handler Apex class.

B.  

Create a custom login page with an Apex controller. The controller has logic to send and verify the identity.

C.  

Create an authentication provider and implement a self-registration handler class.

D.  

Create a custom login flow that uses an Apex controller to verify the phone numbers with the company's verification service.

Discussion 0
Questions 26

Universal containers (UC) wants to implement Delegated Authentication for a certainsubset of Salesforce users. Which three items should UC take into consideration while building the Web service to handle the Delegated Authentication request? Choose 3 answers

Options:

A.  

The web service needs to include Source IP as a method parameter.

B.  

UC should whitelist all salesforce ip ranges on their corporate firewall.

C.  

The web service can be written using either the soap or rest protocol.

D.  

Delegated Authentication is enabled for the system administrator profile.

E.  

The return type of the Web service method should be a Boolean value

Discussion 0
Questions 27

An insurance company has a connected app in its Salesforce environment that is usedto integrate with a Google Workspace (formerly knot as G Suite).

An identity and access management (IAM) architect has been asked to implement automation to enable users, freeze/suspend users, disable users, and reactivate existing users in Google Workspace upon similar actions in Salesforce.

Which solution is recommended to meet this requirement?

Options:

A.  

Configure user Provisioning for Connected Apps.

B.  

Update the Security Assertion Markup Language Just-in-Time (SAML JIT) handler in Salesforce for user provisioning and de-provisioning.

C.  

Build a custom REST endpoint in Salesforce that Google Workspace can poll against.

D.  

Build an Apex trigger on the userlogin object to make asynchronous callouts to Google APIs.

Discussion 0
Questions 28

Universal containers (UC) wants to integrate a Web application with salesforce. The UC team hasimplemented the Oauth web-server Authentication flow for authentication process. Which two considerations should an architect point out to UC? Choose 2 answers

Options:

A.  

The web application should be hosted on a secure server.

B.  

The web server must be able to protect consumer privacy

C.  

The flow involves passing the user credentials back and forth.

D.  

The flow will not provide an Oauth refresh token back to the server.

Discussion 0
Questions 29

ON NO: 126

Universal containers (UC) is successfully using Delegated Authentication for their salesforce users. The service supporting Delegated Authentication is written in Java. UC has a new CIO that is requiring all company Web services be RESR-ful andwritten in. NET. Which two considerations should the UC Architect provide to the new CIO? Choose 2 answers

Options:

A.  

Delegated Authentication will not work with a.net service.

B.  

Delegated Authentication will continue to work with rest services.

C.  

Delegated Authentication will continue to work with a.net service.

D.  

Delegated Authentication will not work with rest services.

Discussion 0
Questions 30

Universal Containers has multiple Salesforce instances where users receive emails from different instances. Users should be logged into the correct Salesforce instance authenticated by their IdP when clicking on an email link to a Salesforce record.

What should be enabled in Salesforce as a prerequisite?

Options:

A.  

My Domain

B.  

External Identity

C.  

Identity Provider

D.  

Multi-Factor Authentication

Discussion 0
Questions 31

A manufacturer wants to provide registration for an Internet of Things (IoT) device with limited display input or capabilities.

WhichSalesforce OAuth authorization flow should be used?

Options:

A.  

OAuth 2.0 JWT Bearer How

B.  

OAuth 2.0 Device Flow

C.  

OAuth 2.0 User-Agent Flow

D.  

OAuth 2.0 Asset Token Flow

Discussion 0
Questions 32

Universal containers (UC) uses an internal company portal for their employees to collaborate. UC decides to use salesforce ideas and provide the ability for employees to post ideas from the company portal. They use SAML-BASED SSO to get into the company portal and would like to leverage it to access salesforce. Most of the users don't exist in salesforce and they would like the user records created in salesforce communities the first time they try to access salesforce. What recommendation should an architect make to meet this requirement?

Options:

A.  

Use on-the-fly provisioning

B.  

Use just-in-time provisioning

C.  

Use salesforce APIs to create users on the fly

D.  

Use Identity connect to sync users

Discussion 0
Questions 33

A group of userstry to access one of universal containers connected apps and receive the following error message: "Failed : Not approved for access". what is most likely to cause of the issue?

Options:

A.  

The use of high assurance sections are required for the connected App.

B.  

The users do not have the correct permission set assigned to them.

C.  

The connected App setting "All users may self-authorize" is enabled.

D.  

The salesforce administrators gave revoked the Oauth authorization.

Discussion 0
Questions 34

The security team at Universal containers(UC) has identified exporting reports as a high-risk action and would like to require users to be logged into salesforce with their active directory (AD) credentialswhen doing so. For all other uses of Salesforce, Users should be allowed to use AD credentials or salesforce credentials. What solution should be recommended to prevent exporting reports except when logged in using AD credentials while maintaining the ability to view reports when logged in with salesforce credentials?

Options:

A.  

Use SAML Federated Authentication and Custom SAML jit provisioning to dynamically add or remove a permission set that grants the Export Reports permission.

B.  

Use SAML Federated Authentication, treat SAML sessions as high assurance, and raise the session level required for exporting reports.

C.  

Use SAML Federated Authentication and block access to reports when accesses through a standard assurance session.

D.  

Use SAML Federated Authentication with a login flow to dynamically add or remove a permission set that grants the export reports permission.

Discussion 0
Questions 35

Containers (UC) uses an internal system for recruiting and would like to have thecandidates' info available in the Salesforce automatically when they are selected. UC decides to use OAuth to connect to Salesforce from the recruiting system and would like to do the authentication using digital certificates. Which two OAuth flows shouldbe considered to meet the requirement? Choose 2 answers

Options:

A.  

JWT Bearer Token flow

B.  

Refresh Token flow

C.  

SAML Bearer Assertion flow

D.  

Web Service flow

Discussion 0
Questions 36

A multinational company is looking to rollout Salesforce globally. The company has a Microsoft Active Directory Federation Services (ADFS) implementation for the Americas, Europe and APAC. The company plans to have a single org and they would like to have all of its users access Salesforce using the ADFS . The company would like to limit its investments and prefer not to procure additional applications to satisfy the requirements.

What is recommended to ensure these requirements are met ?

Options:

A.  

Use connected apps for each ADFS implementation and implement Salesforce site to authenticate users across the ADFS system applicable to their geo.

B.  

Implement Identity Connect to provide single sign-on to Salesforce and federated across multiple ADFS systems.

C.  

Add a central identity system that federates between the ADFS systems and integrate with Salesforce for single sign-on.

D.  

Configure Each ADFSsystem under single sign-on settings and allow users to choose the system to authenticate during sign on to Salesforce-

Discussion 0
Questions 37

Under which scenario Web Server flow will be used?

Options:

A.  

Used for web applications when server-side code needs to interact with APIS.

B.  

Used for server-side components when page needs to be rendered.

C.  

Used for mobile applications and testing legacy Integrations.

D.  

Used for verifying Access protected resources.

Discussion 0
Questions 38

Universal Containers (UC) implemented SSO to a third-party system for their Salesforce users to access the App Launcher. UC enabled “User Provisioning” on the Connected App so that changes to user accounts can be synched between Salesforce and the third-party system. However, UC quickly notices that changes to user roles in Salesforce are not getting synched to the third-party system. What is the most likely reason for this behavior?

Options:

A.  

User Provisioning for Connected Apps does not support role sync.

B.  

B.  

Required operation(s) was not mapped in User Provisioning Settings.

C.  

The Approval queue for User Provisioning Requests is unmonitored.

D.  

Salesforce roles have more than three levels in the role hierarchy.

Discussion 0
Questions 39

A global company is using the Salesforce Platform as an Identity Provider and needs to integrate a third-party application with its Experience Cloud customer portal.

Which two features should be utilized to provide users with loginand identity services for the third-party application?

Choose 2 answers

Options:

A.  

Use the App Launcher with single sign-on (SSO).

B.  

External a Data source with Named Principal identity type.

C.  

Use a connected app.

D.  

Use Delegated Authentication.

Discussion 0
Questions 40

Universal Containers (UC) currently uses Salesforce Sales Cloud and an external billing application. Both Salesforce andthe billing application are accessed several times a day to manage customers. UC would like to configure single sign-on and leverageSalesforce as the identity provider. Additionally, UC would like the billing application to be accessible from Salesforce.A redirect is acceptable.

Which two Salesforce tools should an identity architect recommend to satisfy the requirements?

Choose 2 answers

Options:

A.  

salesforce Canvas

B.  

Identity Connect

C.  

Connected Apps

D.  

App Launcher

Discussion 0
Questions 41

An Architect has configured a SAML-based SSO integration between Salesforce and an external Identity provider and is ready to test it. When the Architect attempts to log in toSalesforce using SSO, the Architect receives a SAML error. Which two optimal actions should the Architect take to troubleshoot the issue?

Options:

A.  

Ensure the Callback URL is correctly set in the Connected Apps settings.

B.  

Use a browser that hasan add-on/extension that can inspect SAML.

C.  

Paste the SAML Assertion Validator in Salesforce.

D.  

Use the browser's Development tools to view the Salesforce page's markup.

Discussion 0
Questions 42

An architect has successfully configuredSAML-BASED SSO for universal containers. SSO has been working for 3 months when Universal containers manually adds a batch of new users to salesforce. The new users receive an error from salesforce when trying to use SSO. Existing users are still able to successfully use SSO to access salesforce. What is the probable cause of this behaviour?

Options:

A.  

The administrator forgot to reset the new user's salesforce password.

B.  

The Federation ID field on the new user records is not correctly set

C.  

The my domaincapability is not enabled on the new user's profile.

D.  

The new users do not have the SSO permission enabled on their profiles.

Discussion 0
Questions 43

Northern Trail Outfitters want to allow its consumer to self-register on it business-to-consumer (B2C) portal that is built on Experience Cloud. The identity architect has recommended to use Person Accounts.

Which three steps need to be configured to enable self-registration using person accounts?

Choose 3 answers

Options:

A.  

Enable access to person and business account record types under Public Access Settings.

B.  

Contact Salesforce Support to enable business accounts.

C.  

Under Login and Registration settings, ensure that the default account field isempty.

D.  

Contact Salesforce Support to enable person accounts.

E.  

Set organization-wide default sharing for Contact to Public Read Only.

Discussion 0
Questions 44

A technology enterprise is setting up an identity solution with an external vendors wellness application for its employees. The user attributes need to be returned to the wellness application in an ID token.

Which authentication mechanism should an identity architect recommend to meet therequirements?

Options:

A.  

OpenID Connect

B.  

User Agent Flow

C.  

JWT Bearer Token Flow

D.  

Web Server Flow

Discussion 0
Questions 45

An Enterprise is using a Lightweight Directory Access Protocol (LDAP ) server as the only point for user authentication with a username/password. Salesforce delegated authentication is configured to integrate Salesforce under single sign-on (SSO).

Mow can end users change their password?

Options:

A.  

Users once logged In, can go to the Change Password screen in Salesforce.

B.  

Users can click on the "Forgot your Password" link on the Salesforce.com login page.

C.  

Users can request the Salesforce Admin to reset their password.

D.  

Users can change it on the enterprise LDAP authentication portal.

Discussion 0
Questions 46

An identity architect is implementing a mobile-first Consumer Identity Access Management (CIAM) for external users. User authentication is the only requirement. The users email or mobile phone number should be supported as a username.

Which two licenses are needed to meet this requirement?

Choose 2 answers

Options:

A.  

External Identity Licenses

B.  

Identity Connect Licenses

C.  

Email Verification Credits

D.  

SMS verification Credits

Discussion 0
Questions 47

Which tool should be used to track login data, such as the average number of logins, who logged in more thanthe average number of times and who logged in during non-business hours?

Options:

A.  

Login Inspector

B.  

Login History

C.  

Login Report

D.  

Login Forensics

Discussion 0
Questions 48

Universal Containers is implementing a new Experience Cloud site and the identity architect wants to use dynamic branding features as of the login process.

Which two options should the identity architect recommend to support dynamic branding for the site?

Choose 2 answers

Options:

A.  

To use dynamic branding, the community must be built with the Visuaiforce + Salesforce Tabs template.

B.  

To use dynamic branding, the community must be built with the Customer Account Portal template.

C.  

An experience ID (expid) or placeholder parametermust be used in the URL to represent the brand.

D.  

An external content management system (CMS) must be used for dynamic branding on Experience Cloud sites.

Discussion 0
Questions 49

Northern Trail Outfitters recently acquired a company. Each company will retain its Identity Provider (IdP). Both companies rely extensively on Salesforce processes that send emails to users to take specific actions in Salesforce.

How should the combined companys' employees collaborate in a single Salesforce org, yet authenticate to the appropriate IdP?

Options:

A.  

Configure unique MyDomains for each company and have generated links use the appropriate MyDomam in the URL.

B.  

Have generated links append a querystnng parameter indicating the IdP. The login service will redirect to the appropriate IdP.

C.  

Have generated links be prefixed with the appropriate IdP URL to invoke an IdP-initiated Security Assertion Markup Language flow when clicked.

D.  

Enable each IdP as a login option in the MyDomain Authentication Service settings. Users will then click onthe appropriate IdP button.

Discussion 0
Questions 50

Universal containers (UC) has an e-commerce website while customers can buy products, make payments, and manage their accounts. UC decides to build a customer Community on Salesforce and wants to allow the customers to access the community for their accounts without logging in again. UC decides to implement ansp-Initiated SSO using a SAML-BASED complaint IDP. In this scenario where salesforce is the service provider, which two activities must be performed in salesforce to make sp-Initiated SSO work? Choose 2 answers

Options:

A.  

Configure SAML SSO settings.

B.  

Configure Delegated Authentication

C.  

Create a connected App

D.  

Set up my domain

Discussion 0
Questions 51

Which three are features of federated Single sign-on solutions? Choose 3 Answers

Options:

A.  

It establishes trust between Identity Store and Service Provider.

B.  

It federates credentials control to authorized applications.

C.  

It solves all identity and access management problems.

D.  

It improves affiliated applications adoption rates.

E.  

It enables quick and easy provisioning and deactivating of users.

Discussion 0
Questions 52

Universal containers (UC) does my domain enable in the context of a SAML SSO configuration? Choose 2 answers

Options:

A.  

Resource deep linking

B.  

App launcher

C.  

SSO from salesforce1 mobile app.

D.  

Login forensics

Discussion 0
Questions 53

Which two are valid choices for digital certificates when setting up two-way SSL between Salesforce and an external system. Choose2 answers

Options:

A.  

Use a trusted CA-signed certificate for salesforce and a trusted CA-signed cert for the external system

B.  

Use a trusted CA-signed certificate for salesforce and a self-signed cert for the external system

C.  

Use a self-signed certificate for salesforce and a self-signed cert for the external system

D.  

Use a self-signed certificate for salesforce and a trusted CA-signed cert for the external system

Discussion 0
Questions 54

which three are features of federated Single Sign-on solutions? Choose 3 answers

Options:

A.  

It federates credentials control toauthorized applications.

B.  

It establishes trust between Identity store and service provider.

C.  

It solves all identity and access management problems.

D.  

It improves affiliated applications adoption rates.

E.  

It enables quick and easy provisioning and deactivating of users.

Discussion 0
Questions 55

Universal Containers (UC) has Active Directory (AD) as their enterprise identity store and wouldlike to use it for Salesforce user authentication. UC expects to synchronize user data between Salesforce and AD and Assign the appropriate Profile and Permission Sets based on AD group membership. What would be the optimal way to implement SSO?

Options:

A.  

Use Active Directory with Reverse Proxy as the Identity Provider.

B.  

Use Microsoft Access control Service as the Authentication provider.

C.  

Use Active Directory Federation Service (ADFS) as the Identity Provider.

D.  

Use Salesforce Identity Connect as the Identity Provider.

Discussion 0
Questions 56

Universal containers (UC) is building a mobile application that will make calls to the salesforce RESTAPI. Additionally, UC would like to provide the optimal experience for its mobile users. Which two OAuth scopes should UC configure in the connected App? Choose 2 answers

Options:

A.  

Refresh token

B.  

API

C.  

full

D.  

Web

Discussion 0
Questions 57

Which two capabilities does My Domain enable in the context of a SAML SSOconfiguration? Choose 2 answers

Options:

A.  

App Launcher

B.  

Resource deep linking

C.  

SSO from Salesforce Mobile App

D.  

Login Forensics

Discussion 0
Questions 58

Universal Containers (UC) rollingout a new Customer Identity and Access Management Solution will be built on top of their existing Salesforce instance.

Several service providers have been setup and integrated with Salesforce using OpenlD Connect to allow for a seamless single sign-on experience. UC has a requirement to limit user access to only a subset of service providers per customer type.

Which two steps should be done on the platform to satisfy the requirement?

Choose 2 answers

Options:

A.  

Manage which connected apps a user has access to byassigning authentication providers to the user’s profile.

B.  

Assign the connected app to the customer community, and enable the users profile in the Community settings.

C.  

Use Profiles and Permission Sets to assign user access to Admin Pre-Approved Connected Apps.

D.  

Set each of the Connected App access settings to Admin Pre-Approved.

Discussion 0
Questions 59

Which twosecurity risks can be mitigated by enabling Two-Factor Authentication (2FA) in Salesforce? Choose 2 answers

Options:

A.  

Users leaving laptops unattended and not logging out of Salesforce.

B.  

Users accessing Salesforce from a public Wi-Fi access point.

C.  

Users choosing passwords that are the same as their Facebook password.

D.  

Users creating simple-to-guess password reset questions.

Discussion 0
Questions 60

Universal Containerswants to implement Single Sign-on for a Salesforce org using an external Identity Provider and corporate identity store.

What type of authentication flow is required to support deep linking'

Options:

A.  

Web Server OAuth SSO flow

B.  

Service-Provider-Initiated SSO

C.  

C.  

Identity-Provider-initiated SSO

D.  

StartURL on Identity Provider

Discussion 0
Questions 61

A university is planningto set up an identity solution for its alumni. A third-party identity provider will be used for single sign-on Salesforce will be the system of records. Users are getting error messages when logging in.

Which Salesforce feature should be used to debug theissue?

Options:

A.  

Apex Exception Email

B.  

View Setup Audit Trail

C.  

Debug Logs

D.  

Login History

Discussion 0
Questions 62

A multinational industrial products manufacturer is planning to implement Salesforce CRMto manage their business. They have the following requirements:

1. They plan to implement Partner communities to provide access to their partner network .

2. They have operations in multiple countries and are planning to implement multiple Salesforce orgs.

3. Some of their partners do business in multiple countries and will need information from multiple Salesforce communities.

4. They would like to provide a single login for their partners.

How should an Identity Architect solution this requirement with limited custom development?

Options:

A.  

Create a partner login for the country of their operation and use SAML federation to provide access to other orgs.

B.  

Consolidate Partner related information in a single org and provide access through Salesforce community.

C.  

Allow partners to choose the Salesforce org they need information from and use login flows to authenticate access.

D.  

Register partners in one org and access information from other orgs using APIs.

Discussion 0
Questions 63

Universal Containers (UC) has an existing Salesforce org configured for SP-Initiated SAML SSO with their Idp. A second Salesforce org is being introduced into the environment and the IT team would like to ensure they can use the same Idp for new org. What action should the IT team take while implementing the second org?

Options:

A.  

Use the same SAML Identity location as the first org.

B.  

Use a different Entity ID than the first org.

C.  

Use the same request bindings as the firstorg.

D.  

Use the Salesforce Username as the SAML Identity Type.

Discussion 0
Questions 64

Universal containers (UC) would like to enable self - registration for their salesforce partner community users. UC wants to capture some custom data elements from the partner user,and based on these data elements, wants to assign the appropriate profile and account values. Which two actions should the architect recommend to UC? Choose 2 answers

Options:

A.  

Modify the communitiesselfregcontroller to assign the profile and account.

B.  

Modify the selfregistration trigger to assign profile and account.

C.  

Configure registration for communities to use a custom visualforce page.

D.  

Configure registration for communities to use a custom apex controller.

Discussion 0
Questions 65

An identity architect's client has a homegrown identity provider (IdP). Salesforce is used as the service provider (SP). The head of ITis worried that during a SP initiated single sign-on (SSO), the Security Assertion Markup Language (SAML) request content will be altered.

What should the identity architect recommend to make sure that there is additional trust between the SP and the IdP?

Options:

A.  

Ensure that there is an HTTPS connection between IDP and SP.

B.  

Ensure that on the SSO settings page, the "Request Signing Certificate" field has a self-signed certificate.

C.  

Ensure that the Issuer and Assertion Consumer service (ACS) URL is propertyconfigured between SP and IDP.

D.  

Encrypt the SAML Request using certification authority (CA) signed certificate and decrypt on IdP.

Discussion 0
Questions 66

An identity architect has been asked to recommend a solution that allows administrators to configure personalized alert messages to users before they land on the Experience Cloud site (formerly known as Community) homepage.

What is recommended to fulfill this requirement with the least amount of customization?

Options:

A.  

Customize the registration handler Apex class to create a routing logic navigating to different home pages based on the user profile.

B.  

Use Login Flows to add a screen that shows personalized alerts.

C.  

Build aLightning web Component (LWC) for a homepage that shows custom alerts.

D.  

Create custom metadata that stores user alerts and use a LWC to display alerts.

Discussion 0
Questions 67

Universal Containers (UC) built an integration for their employees to post, view, and vote for ideas in Salesforce from an internal Company portal. When ideas are posted in Salesforce, links to the ideas are created in the company portal pages as part of the integration process. The Company portal connects to Salesforce using OAuth. Everything is working fine, except when users click on links to existing ideas, they are always taken to the Ideas home page rather than the specific idea, after authorization.Which OAuth URL parameter can be used to retain the original requested page so that a user can be redirected correctly after OAuth authorization?

Options:

A.  

Redirect_uri

B.  

State

C.  

Scope

D.  

Callback_uri

Discussion 0
Questions 68

Universal containers (UC) has implemented SAML -based single Sign-on for their salesforce application. UC is using PingFederate as the Identity provider. To access salesforce, Users usually navigate to a bookmarked link to my domain URL. What type of single Sign-on is this?

Options:

A.  

Sp-Initiated

B.  

IDP-initiated with deep linking

C.  

IDP-initiated

D.  

Web server flow.

Discussion 0
Questions 69

Northern Trail Outfitters (NTO) employees use a customon-premise helpdesk application to request, approve, notify, and track access granted to various on-premises and cloud applications, including Salesforce. Salesforce is currently used to authenticate users.

How should NTO provision Salesforce users as soon as they are approved in the helpdesk application with the approved profiles and permission sets?

Options:

A.  

Build an integration that performs a remote call-in to the Salesforce SOAP or REST API.

B.  

Use a login flow to query the helpdesk to validate user status.

C.  

Have the helpdesk initiate an IdP-initiated Just-m-Time provisioning Security Assertion Markup Language flow.

D.  

Use Salesforce Connect to integrate with the helpdesk application.

Discussion 0
Questions 70

Universal containers (UC) has implemented ansp-Initiated SAML flow between an external IDP and salesforce. A user at UC is attempting to login to salesforce1 for the first time and is being prompted for salesforce credentials instead of being shown the IDP login page. What is the likely cause of the issue?

Options:

A.  

The "Redirect to IdentityProvider" option has been selected in the my domain configuration.

B.  

The user has not configured the salesforce1 mobile app to use my domain for login

C.  

The "Redirect to identity provider" option has not been selected the SAML configuration.

D.  

The userhas not been granted the "Enable single Sign-on" permission

Discussion 0
Questions 71

Which three types of attacks would a 2-Factor Authentication solution help garden against?

Options:

A.  

Key logging attacks

B.  

Network perimeter attacks

C.  

Phishing attacks

D.  

Dictionary attacks

E.  

Man-in-the-middle attacks

Discussion 0
Questions 72

Northern Trail Outfitters would like to use a portal built on Salesforce Experience Cloud for customer self-service. Guests of the portal be able toself-register, but be unable to automatically be assigned to a contact record until verified. External Identity licenses have been purchased for the project.

After registered guests complete an onboarding process, a flow will create the appropriate accountand contact records for the user.

Which three steps should an identity architect follow to implement the outlined requirements?

Choose 3 answers

Options:

A.  

Enable "Allow customers and partners to self-register".

B.  

Select the "Configurable Self-Reg Page" optionunder Login & Registration.

C.  

Set jp an external login page and call Salesforce APIs for user creation.

D.  

Customize the self-registration Apex handler to temporarily associate the user to a shared single contact record.

E.  

Customize me self-registrationApex handler to create only the user record.

Discussion 0