Try Before You Buy

Download a free sample of any of our exam questions and answers

  • 24/7 customer support, Secure shopping site
  • Free One year updates to match real exam scenarios
  • If you failed your exam after buying our products we will refund the full amount back to you.

Oct-2023 Get Totally Free Updates on Identity-and-Access-Management-Architect Dumps PDF Questions [Q129-Q153]

Share

Oct-2023 Get Totally Free Updates on Identity-and-Access-Management-Architect Dumps PDF Questions

Prepare With Top Rated High-quality Identity-and-Access-Management-Architect Dumps For Success in Identity-and-Access-Management-Architect Exam


To become a Salesforce Certified Identity and Access Management Architect, candidates must pass the Identity-and-Access-Management-Architect Exam. Salesforce Certified Identity and Access Management Architect certification is best suited for experienced IT professionals who have a deep understanding of Salesforce identity and access management concepts and principles. Identity-and-Access-Management-Architect exam consists of multiple-choice questions and takes approximately three hours to complete. Candidates must score at least 65% to pass the exam.

 

NEW QUESTION # 129
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?

  • A. The user has not configured the salesforce1 mobile app to use my domain for login
  • B. The "Redirect to identity provider" option has not been selected the SAML configuration.
  • C. The "Redirect to Identity Provider" option has been selected in the my domain configuration.
  • D. The user has not been granted the "Enable single Sign-on" permission

Answer: A

Explanation:
Explanation
B is correct because the user has not configured the Salesforce1 mobile app to use My Domain for login, which is the likely cause of the issue. The My Domain URL is used to redirect the user to the identity provider's login page and initiate the SP-Initiated SAML flow. If the user does not configure the Salesforce1 mobile app to use My Domain for login, they will be prompted for Salesforce credentials instead of being shown the IDP login page. A is incorrect because the "Redirect to Identity Provider" option has been selected in the My Domain configuration, which is not the cause of the issue. The "Redirect to Identity Provider" option determines whether users are redirected to the identity provider's login page automatically or after clicking a button. C is incorrect because the "Redirect to Identity Provider" option has not been selected in the SAML configuration, which is not the cause of the issue. The "Redirect to Identity Provider" option determines whether users are redirected to the identity provider's login page automatically or after clicking a button. D is incorrect because the user has been granted the "Enable Single Sign-On" permission, which is not the cause of the issue. The "Enable Single Sign-On" permission allows users to use SSO with connected apps or external systems. Verified References: [My Domain URL], [SP-Initiated SAML Flow], [Redirect to Identity Provider Option], [Enable Single Sign-On Permission]


NEW QUESTION # 130
A client is planning to rollout multi-factor authentication (MFA) to its internal employees and wants to understand which authentication and verification methods meet the Salesforce criteria for secure authentication.
Which three functions meet the Salesforce criteria for secure mfa?
Choose 3 answers

  • A. Username and password + secunty key
  • B. Lightning Login
  • C. Third-party single sign-on with Mobile Authenticator app
  • D. Certificate-based Authentication
  • E. username and password + SMS passcode

Answer: A,B,C

Explanation:
Explanation
Multi-factor authentication (MFA) is a security feature that requires users to verify their identity with two or more factors when they log in to Salesforce4. Salesforce supports several types of authentication and verification methods that meet the criteria for secure MFA, such as5:
Username and password + security key: A security key is a physical device that plugs into a USB port or connects wirelessly to your computer or mobile device. It generates a unique code that you use to verify your identity when you log in to Salesforce5.
Third-party single sign-on with Mobile Authenticator app: Single sign-on (SSO) is an authentication method that allows users to access multiple applications with one login and one set of credentials. A mobile authenticator app is an app that generates temporary codes or sends push notifications that you use to verify your identity when you log in to Salesforce via SSO5.
Lightning Login: Lightning Login is an authentication method that allows users to log in to Salesforce without entering a password. Instead, users scan a QR code with their mobile device or click an email link that they receive when they try to log in. Then they use their fingerprint, face ID, or PIN to verify their identity on their mobile device5.
References:
Multi-Factor Authentication
Authentication and Verification Methods


NEW QUESTION # 131
Universal containers (UC) has a custom, internal-only, mobile billing application for users who are commonly out of the office. The app is configured as a connected App in salesforce. Due to the nature of this app, UC would like to take the appropriate measures to properly secure access to the app. Which two are recommendations to make the UC? Choose 2 answers

  • A. Use Google Authenticator as an additional part of the logical processes.
  • B. Require high assurance sessions in order to use the connected App
  • C. Set login IP ranges to the internal network for all of the app users profiles.
  • D. Disallow the use of single Sign-on for any users of the mobile app.

Answer: A,B


NEW QUESTION # 132
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?

  • A. Use information in the signed request that is received from Facebook.
  • B. Use the updateuser() method on the registration handler class.
  • C. Use SAML just-in-time provisioning between Facebook and Salesforce
  • D. Develop a schedule job that calls out to Facebook on a nightly basis.

Answer: A

Explanation:
Explanation
Using information in the signed request that is received from Facebook is how this requirement can be met. A signed request is a parameter that contains information about the user who is logging in with Facebook credentials. The signed request can include information such as the user ID, name, email, and profile picture.
You can use this information to update the corresponding customer community user in Salesforce by implementing a registration handler class. The registration handler class is an Apex class that defines how Salesforce handles user registration and authentication when using an auth provider. You can use the updateUser() method in the registration handler class to update the user record with the information from the signed request. Using the updateUser() method on the registration handler class is not how this requirement can be met because it is only part of the solution. You also need to use information from the signed request as the source of the updates. Using SAML just-in-time provisioning between Facebook and Salesforce is not how this requirement can be met because Facebook does not support SAML as an identity provider protocol.
Developing a scheduled job that calls out to Facebook on a nightly basis is not how this requirement can be met because it is inefficient and unnecessary. You can update the user record in real time using the signed request instead of waiting for a nightly batch process.


NEW QUESTION # 133
IT security at Unversal Containers (UC) us concerned about recent phishing scams targeting its users and wants to add additional layers of login protection. What should an Architect recommend to address the issue?

  • A. Lock sessions to the IP address from which they originated.
  • B. Increase Password complexity requirements in Salesforce.
  • C. Use the Salesforce Authenticator mobile app with two-step verification
  • D. Implement Single Sign-on using a corporate Identity store.

Answer: C


NEW QUESTION # 134
Universal Containers uses Salesforce as an identity provider and Concur as the Employee Expense management system. The HR director wants to ensure Concur accounts for employees are created only after the appropnate approval in the Salesforce org.
Which three steps should the identity architect use to implement this requirement?
Choose 3 answers

  • A. Create an approval process for user object associated with the provisioning flow.
  • B. Create a connected app for Concur in Salesforce.
  • C. Create an approval process for a custom object associated with the provisioning flow.
  • D. Enable User Provisioning for the connected app.
  • E. Create an approval process for UserProvisionlngRequest object associated with the provisioning flow.

Answer: B,D,E


NEW QUESTION # 135
Universal containers (UC) has a mobile application that it wants to deploy to all of its salesforce users, including customer Community users. UC would like to minimize the administration overhead, which two items should an architect recommend? Choose 2 answers

  • A. Enable the "Enforce Ip restrictions" settings in the connected App.
  • B. Enable the "All users may self-authorize" setting in the Connected App.
  • C. Enable the "Refresh Tokens is valid until revoked " setting in the Connected App.
  • D. Enable the "High Assurance session required" setting in the Connected App.

Answer: B,C


NEW QUESTION # 136
Universal Containers wants 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'

  • A. Service-Provider-Initiated SSO
  • B. StartURL on Identity Provider
  • C. Web Server OAuth SSO flow
  • D. Identity-Provider-initiated SSO

Answer: A


NEW QUESTION # 137
Universal Containers (UC) has decided to replace the homegrown customer portal with Salesforce Experience Cloud. UC will continue to use its third-party single sign-on (SSO) solution that stores all of its customer and partner credentials.
The first time a customer logs in to the Experience Cloud site through SSO, a user record needs to be created automatically.
Which solution should an identity architect recommend in order to automatically provision users in Salesforce upon login?

  • A. Custom login flow and Apex handler
  • B. Just-in-Time (JIT) provisioning
  • C. Custom middleware and web services
  • D. Third-party AppExchange solution

Answer: B

Explanation:
Explanation
Just-in-Time (JIT) provisioning is a feature that allows Salesforce to create or update user records on the fly when users log in through an external identity provider. This eliminates the need for manual or batch user provisioning in Salesforce. References: Just-in-Time Provisioning for SAML and OpenID Connect, Identity
101: Design Patterns for Access Management


NEW QUESTION # 138
Northern Trail Outfitters (NTO) is planning to implement a community for its customers using 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

  • A. Use Login Flows to allow users to reset password in Experience Cloud site.
  • B. Enable Welcome emails while configuring the Experience Cloud site.
  • C. Add customers as contacts and add them to Experience Cloud site.
  • D. Allow Password reset using the API to update Experience Cloud site membership.

Answer: A,D

Explanation:
Explanation
Allowing password reset using the API and using login flows are two possible ways to enable customers to set their own passwords in Experience Cloud. The other options are not relevant for this requirement, as they do not address the password issue. References: Allow Password Reset Using the API, Use Login Flows to Allow Users to Reset Passwords in Experience Cloud Sites


NEW QUESTION # 139
A consumer products company uses Salesforce to maintain consumer information, including orders. The company implemented a portal solution using Salesforce Experience Cloud for its consumers where the consumers can log in using their credentials. The company is considering allowing users to login with their Facebook or Linkedln credentials.
Once enabled, what role will Salesforce play?

  • A. Facebook and Linkedln will act as the IdPs and SPs.
  • B. Facebook and Linkedln will be the SPs.
  • C. Salesforce will be the service provider (SP).
  • D. Salesforce will be the identity provider (IdP).

Answer: C

Explanation:
Explanation
To allow users to login with their Facebook or LinkedIn credentials, Salesforce will play the role of a service provider (SP). A SP is an entity that relies on an identity provider (IdP) to authenticate and authorize users. In this scenario, Facebook and LinkedIn are the IdPs, and Salesforce is the SP. The SP receives a token from the IdP and uses it to access Salesforce resources. The other options are not correct for this scenario. References:
Service Provider, Social Sign-On with Authentication Providers


NEW QUESTION # 140
Universal Containers (UC) has implemented a multi-org architecture in their company. Many users have licences across multiple orgs, and they are complaining about remembering which org and credentials are tied to which business process. Which two recommendations should the Architect make to address the Complaints?
Choose 2 answers

  • A. Implement IdP-Initiated Single Sign-on flows to allow deep linking.
  • B. Activate My Domain to Brand each org to the specific business use case.
  • C. Implement SP-Initiated Single Sign-on flows to allow deep linking.
  • D. Implement Delegated Authentication from each org to the LDAP provider.

Answer: B,C

Explanation:
Explanation
Activating My Domain allows each org to have a unique domain name that can be branded to the specific business use case2. This can help users identify which org they are logging into and avoid confusion. Implementing SP-Initiated Single Sign-on flows enables users to start from a service provider (such as Salesforce) and be redirected to an identity provider (such as Active Directory) for authentication3. This can also allow deep linking, which means users can access specific resources within the service provider after logging in4. These two recommendations can address the complaints of the users who have licenses across multiple orgs.


NEW QUESTION # 141
How should an Architect force users to authenticate with Two-factor Authentication (2FA) for Salesforce only when not connected to an internal company network?

  • A. Use an Apex Trigger on the UserLogin object to detect the user's IP address and prompt for 2FA if needed.
  • B. Apply the "Two-factor Authentication for User Interface Logins" permission and Login IP Ranges for all Profiles.
  • C. Use Custom Login Flows with Apex to detect the user's IP address and prompt for 2FA if needed.
  • D. Add the list of company's network IP addresses to the Login Range list under 2FA Setup.

Answer: C


NEW QUESTION # 142
Universal containers (UC) uses a legacy Employee portal for their employees to collaborate and post their ideas. UC decides to use salesforce ideas for voting and better tracking purposes. To avoid provisioning users on Salesforce, UC decides to push ideas posted on the Employee portal to salesforce through API. UC decides to use an API user using Oauth Username - password flow for the connection. How can the connection to salesforce be restricted only to the employee portal server?

  • A. Add the employee portals IP address to the login IP range on the user profile.
  • B. Use a dedicated profile for the user the Employee portal uses.
  • C. Add the Employee portals IP address to the Trusted IP range for the connected App
  • D. Use a digital certificate signed by the employee portal Server.

Answer: C

Explanation:
Explanation
Adding the employee portal's IP address to the trusted IP range for the connected app is the best way to restrict the connection to Salesforce only to the employee portal server. This will ensure that only requests from the specified IP range will be accepted by Salesforce for that connected app. Option B is not a good choice because using a digital certificate signed by the employee portal server may not be supported by Salesforce for OAuth username-password flow. Option C is not a good choice because adding the employee portal's IP address to the login IP range on the user profile may not be sufficient, as it will still allow other users with the same profile to log in from that IP range. Option D is not a good choice because using a dedicated profile for the user that the employee portal uses may not be effective, as it will still allow other users with that profile to log in from any IP address. References: [Connected Apps], [OAuth 2.0 Username-Password Flow]


NEW QUESTION # 143
Universal containers (UC) is setting up Delegated Authentication to allow employees to log in using their corporate credentials. UC's security team is concerned about the risk of exposing the corporate login service on the Internet and has asked that a reliable trust mechanism be put in place between the login service and salesforce. What mechanism should an architect put in place to enable a trusted connection between the login services and salesforce?

  • A. Include client ID and client secret in the login header callout.
  • B. Require the use of Salesforce security Tokens on password.
  • C. Set up a proxy server for the login service in the DMZ.
  • D. Enforce mutual Authentication between systems using SSL.

Answer: D

Explanation:
Explanation
To enable a trusted connection between the login services and Salesforce, UC should enforce mutual authentication between systems using SSL. Mutual authentication is a process in which both parties in a communication verify each other's identity using certificates7. SSL (Secure Sockets Layer) is a protocol that provides secure communication over the Internet using encryption and certificates8. By using mutual authentication with SSL, UC can ensure that only authorized login services can access Salesforce and vice versa. This can prevent unauthorized access, impersonation, or phishing attacks.
References: Mutual Authentication, SSL (Secure Sockets Layer)


NEW QUESTION # 144

An organization has a central cloud-based Identity and Access Management (IAM) Service for authentication and user management, which must be utilized by all applications as follows:
1 - Change of a user status in the central IAM Service triggers provisioning or deprovisioning in the integrated cloud applications.
2 - Security Assertion Markup Language single sign-on (SSO) is used to facilitate access for users authenticated at identity provider (Central IAM Service).
Which approach should an IAM architect implement on Salesforce Sales Cloud to meet the requirements?

  • A. Deploy Identity Connect component and set up automated provisioning and deprovisioning of users, as well as SAML-based SSO.
  • B. Configure central IAM Service as an authentication provider and extend registration handler to manage provisioning and deprovisioning of users.
  • C. Configure Salesforce as a SAML service provider, and enable Just-in Time (JIT) provisioning and deprovisioning of users.
  • D. A Configure Salesforce as a SAML Service Provider, and enable SCIM (System for Cross-Domain Identity Management) for provisioning and deprovisioning of users.

Answer: D

Explanation:
Explanation
To meet the requirements of using a central cloud-based IAM service for authentication and user management, the IAM architect should implement Salesforce Sales Cloud as a SAML service provider and enable SCIM for provisioning and deprovisioning of users. SAML is a protocol that allows users to authenticate and authorize with an external identity provider and access Salesforce resources. By configuring Salesforce as a SAML service provider, the IAM architect can use the central IAM service as an identity provider and enable single sign-on for users. SCIM is a standard that defines how to manage user identities across different systems. By enabling SCIM in Salesforce, the IAM architect can synchronize user data between the central IAM service and Salesforce and automate user provisioning and deprovisioning based on the changes made in the central IAM service. References: SAML Single Sign-On Settings, SCIM User Provisioning for Connected Apps


NEW QUESTION # 145
Northern Trail Outfitters would like to use a portal built on Salesforce Experience Cloud for customer self-service. Guests of the portal be able to self-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 account and contact records for the user.
Which three steps should an identity architect follow to implement the outlined requirements?
Choose 3 answers

  • A. Set jp an external login page and call Salesforce APIs for user creation.
  • B. Customize me self-registration Apex handler to create only the user record.
  • C. Select the "Configurable Self-Reg Page" option under Login & Registration.
  • D. Customize the self-registration Apex handler to temporarily associate the user to a shared single contact record.
  • E. Enable "Allow customers and partners to self-register".

Answer: B,C,E

Explanation:
Explanation
Enabling "Allow customers and partners to self-register" allows guests to create their own user accounts in the portal. Selecting the "Configurable Self-Reg Page" option allows the administrator to customize the self-registration page to capture the required fields. Customizing the self-registration Apex handler to create only the user record prevents the automatic creation of a contact record until verification. References: Enable Self-Registration, Customize Self-Registration


NEW QUESTION # 146
Universal Containers (UC) is building an integration between Salesforce and a legacy web application using the canvas framework. The security for UC has determined that a signed request from Salesforce is not an adequate authentication solution for the Third-Party app. Which two options should the Architect consider for authenticating the third-party app using the canvas framework? Choose 2 Answers

  • A. Create a registration handler Apex class to allow the third-party application to authenticate itself against Salesforce as the Idp.
  • B. Utilize the SAML Single Sign-on flow to allow the third-party to authenticate itself against UC's IdP.
  • C. Utilize Canvas OAuth flow to allow the third-party application to authenticate itself against Salesforce as the Idp.
  • D. Utilize Authorization Providers to allow the third-party application to authenticate itself against Salesforce as the Idp.

Answer: B,C

Explanation:
Explanation
The Canvas framework supports OAuth 2.0 for authorization1. There are two OAuth flows that can be used to authenticate the third-party app using the canvas framework: User-Agent OAuth Flow and Web Server OAuth Flow2. The User-Agent OAuth Flow uses the Canvas JavaScript SDK to obtain an OAuth token by using the login function in the SDK2. The Web Server OAuth Flow redirects the user to the Salesforce OAuth authorization endpoint and then obtains an OAuth access token by making a POST request to the Salesforce OAuth token endpoint2. Both of these flows allow the third-party app to authenticate itself against Salesforce as the IdP. The SAML Single Sign-on flow can also be used to allow the third-party app to authenticate itself against UC's IdP, which is another option for authentication3.
References: OAuth Authorization, Mastering Salesforce Canvas Apps, Integrate third-party applications via Canvas App


NEW QUESTION # 147
The CMO of an advertising company has invited an Identity and Access Management (IAM) specialist to discuss Salesforce out-of-box capabilities for configuring the company*s login and registration experience on Salesforce Experience Cloud.
The CMO is looking to brand the login page with the company's logo, background color, login button color, and dynamic right-frame from an external URL.
Which two solutions should the IAM specialist recommend?
Choose 2 answers

  • A. Use Experience Builder to build branded Reset and Forgot Password pages.
  • B. Build custom site pages for reset and forgot password features.
  • C. Login & Registration pages can be branded in the Community Administration settings.
  • D. Build custom pages for branding requirements in Experience Cloud.

Answer: A,C


NEW QUESTION # 148
Universal containers (UC) wants users to authenticate into their salesforce org using credentials stored in a custom identity store. UC does not want to purchase or use a third-party Identity provider. Additionally, UC is extremely wary of social media and does not consider it to be trust worthy. Which two options should an architect recommend to UC? Choose 2 answers

  • A. Implement the Openid protocol and configure an Authentication provider
  • B. Use a professional social media such as LinkedIn as an Authentication provider
  • C. Build a custom web page that uses the identity store and calls frontdoor.jsp
  • D. Build a custom Web service that is supported by Delegated Authentication.

Answer: A,D


NEW QUESTION # 149
Universal containers (UC) has a mobile application that calls the salesforce REST API. In order to prevent users from having to enter their credentials everytime they use the app, UC has enabled the use of refresh Tokens as part of the salesforce connected App and updated their mobile app to take advantage of the refresh token. Even after enabling the refresh token, Users are still complaining that they have to enter their credentials once a day. What is the most likely cause of the issue?

  • A. The app is requesting too many access Tokens in a 24-hour period
  • B. The Oauth authorizations are being revoked by a nightly batch job.
  • C. The refresh token expiration policy is set incorrectly in salesforce
  • D. The users forget to check the box to remember their credentials.

Answer: C


NEW QUESTION # 150
Which two are valid choices for digital certificates when setting up two-way SSL between Salesforce and an external system. Choose 2 answers

  • 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 trusted CA-signed cert for the external system
  • D. Use a self-signed certificate for salesforce and a self-signed cert for the external system

Answer: C,D

Explanation:
Explanation
Two-way SSL is a method of mutual authentication between two parties using digital certificates. A digital certificate is an electronic document that contains information about the identity of the certificate owner and a public key that can be used to verify their signature. A digital certificate can be either self-signed or CA-signed. A self-signed certificate is created and signed by its owner, while a CA-signed certificate is created by its owner but signed by a trusted Certificate Authority (CA). For setting up two-way SSL between Salesforce and an external system, two valid choices for digital certificates are:
Use a self-signed certificate for Salesforce and a self-signed certificate for the external system. This option is simple and cost-effective, but requires both parties to trust each other's self-signed certificates explicitly.
Use a self-signed certificate for Salesforce and a trusted CA-signed certificate for the external system.
This option is more secure and reliable, but requires Salesforce to trust the CA that signed the external system's certificate implicitly.
References: Know more about all the SSL certificates that are supported by Salesforce, two way ssl. How to?


NEW QUESTION # 151
Universal containers (UC) has built a custom based Two-factor Authentication (2fa) system for their existing on-premise applications. Thru are now implementing salesforce and would like to enable a Two-factor login process for it, as well. What is the recommended solution an architect should consider?

  • A. Use the custom 2fa system for on-premise applications and native 2fa for salesforce.
  • B. Replace the custom 2fa system with salesforce 2fa for on-premise application and salesforce.
  • C. Use custom login flows to connect to the existing custom 2fa system for use in salesforce.
  • D. Replace the custom 2fa system with an app exchange app that supports on-premise applications and salesforce.

Answer: C

Explanation:
Explanation
Using custom login flows to connect to the existing custom 2fa system for use in salesforce is the recommended solution because it allows you to leverage your existing 2fa infrastructure and provide a consistent user experience across your applications. Custom login flows let you customize the authentication process by adding extra screens or logic before or after the standard login1. You can use Apex code to call your custom 2fa system and verify the user's identity2. This option also gives you more flexibility and control over the 2fa process than using native 2fa or an app exchange app3. References: 1: Customize User Authentication with Login Flows 2: Custom Login Flow Examples 3: Salesforce Multi-Factor Authentication


NEW QUESTION # 152
Users logging into Salesforce are frequently prompted to verify their identity.
The identity architect is required to provide recommendations so that frequency of prompt verification can be reduced.
What should the identity architect recommend to meet the requirement?

  • A. Set trusted IP ranges for the organization.
  • B. Implement a single sign-on for Salesforce using an external identity provider.
  • C. Implement 2FA authentication for the Salesforce org.
  • D. Implement multi-factor authentication for the Salesforce org.

Answer: A

Explanation:
Explanation
To reduce the frequency of prompt verification for users logging into Salesforce, the identity architect should recommend setting trusted IP ranges for the organization. Trusted IP ranges are IP addresses that are considered safe for logging in without any additional verification. Users who log in from trusted IP ranges do not need to activate their computer or use a verification code. Trusted IP ranges can improve user convenience and security. References: Trusted IP Ranges, Set Trusted IP Ranges for Your Organization


NEW QUESTION # 153
......


Salesforce Identity-and-Access-Management-Architect Exam Syllabus Topics:

TopicDetails
Topic 1
  • Given a requirement, understand the advantages and limitations of External Identity solutions and associated licenses
  • Identify the role Identity Connect product plays in a Salesforce Identity implementation
Topic 2
  • Describe common authentication patterns and understand the differences between each one
  • Given a scenario, identify the configuration settings for a Connected app
Topic 3
  • Given a scenario, describe what tools you can apply to audit and verify the activity
  • user during and after login
  • Describe how trust is established between two systems
Topic 4
  • Describe the various implementation concepts of OAuth
  • Describe the building blocks that are part of an identity solution
Topic 5
  • Describe the capabilities for customizing the user experience for Experience Cloud
  • Given a scenario, identify the most appropriate OAuth flow
Topic 6
  • Given a scenario, recommend the most appropriate way to provision users from identity stores in B2E and B2C scenarios
  • Recommend the appropriate method for provisioning users in Salesforce
Topic 7
  • Given a scenario, recommend appropriate Scope and Configuration of the connected App for Authorization
  • Given a scenario, determine when to use embedded login
Topic 8
  • Troubleshoot common points of failure that may be encountered in a single sign-on solution
  • Describe the tools that are available to diagnose IdP issues
Topic 9
  • Identify the ways that users can be provisioned in Salesforce to enable SSO and apply access rights
  • Identify the auditing and monitoring approaches available on the platform


Salesforce Certified Identity and Access Management Architect exam is intended for architects who specialize in designing and implementing IAM solutions for Salesforce customers. Identity-and-Access-Management-Architect exam evaluates the candidate's expertise in various areas such as Salesforce access control, authentication and authorization, external identity, single sign-on, and identity federation. Candidates who take Identity-and-Access-Management-Architect exam should have hands-on experience with Salesforce IAM solutions and a deep understanding of the Salesforce platform.

 

Get 100% Success with Latest Identity and Access Management Designer Identity-and-Access-Management-Architect Exam Dumps: https://examtorrent.vce4dumps.com/Identity-and-Access-Management-Architect-latest-dumps.html