Updated for Winter '26
New to this track? Our Salesforce Certified System Architect exam prep is the recommended first step. See our certification path to understand where this certification fits. Below you'll find exam weightage, study tips, and practice questions. See our full study guide for deep section coverage. Ready to book? Read our exam tips and study plan.
Join 800+ passed this month • Updated for 2026 • No sign-up required
Exam Fees & Registration
Exam Fee
$400
One-time registration fee
Retake Fee
$200
If you need to retake the exam
Comparing certs? View all Salesforce exam fees in one place →
Certification Validity
Your Salesforce Certified Identity and Access Management Architect certification is valid for 3 years from the date you pass the exam. You'll need to maintain your certification through continuing education or retake the exam.
How to Register
Register for the Salesforce Certified Identity and Access Management Architect exam through the official Salesforce certification portal.
Register for ExamSalesforce Certified Identity and Access Management Architect – Complete Winter '26 Guide
Certified Platform Identity and Access Management Architects are experts at assessing architecture environments and requirements in order to design sound, high-performing solutions on the Salesforce Platform that meet Single Sign-On (SSO) requirements.
Recommended Prerequisites
We recommend completing this certification first to prepare you better.
Salesforce Certified Identity and Access Management Architect Exam Weightage by Section
Exam Topics
Exam Tips
- 1Identity and SSO + Access Management are 60%—know SAML, OAuth, SSO flows, and user provisioning.
- 2Understand federation, delegated authentication, and when to use each.
- 3Know security and compliance: MFA, session management, audit trails.
- 4Be ready for "how would you implement SSO for X scenario?" questions.
Prerequisites
- •Application Architect
- •System Architect
- •Identity and security experience
Focus Areas
- •Identity and Single Sign-On
- •Access Management
- •Security and Compliance
- •Integration
Study Strategy
Design identity solutions for various scenarios.
Understand SSO flows, federation, and user lifecycle management.
Practice explaining security trade-offs.
Exam Format and First-Attempt Readiness
Most Salesforce exams test scenario-based decisions. For Salesforce Certified Identity and Access Management Architect, focus on when to use each feature, not just terms.
- Do timed question sets. Build pacing and confidence.
- Review why wrong answers are wrong. It improves scenario reasoning.
- Study high-weight topics first. Then close gaps.
- Book the exam when your mock scores are steady.
Identity and Access Management Architect: Key Concepts for the Exam
Identity Fundamentals: Authentication vs Authorisation
Authentication verifies who you are (login). Authorisation determines what you can access (permissions). An Identity Provider (IdP) authenticates users and issues assertions. A Service Provider (SP) relies on the IdP's assertion to grant access. Salesforce can act as both — as an IdP for connected apps and external systems, and as an SP when receiving SSO from corporate identity systems like Okta or Azure AD. Understanding this distinction is the foundation for all IAM exam questions.
SAML 2.0 SSO: SP-Initiated vs IdP-Initiated
SAML 2.0 is the standard for web SSO. SP-Initiated SSO: the user accesses Salesforce, gets redirected to the IdP for login, the IdP sends a SAML assertion back to Salesforce. IdP-Initiated SSO: the user logs in at the IdP portal first, then accesses Salesforce from there — no redirect needed. My Domain is required for SSO — it provides the Salesforce login URL that the IdP redirects to. The exam tests the SSO flow direction, how to configure the SAML settings, and certificate management.
OAuth 2.0 Flows: Server, JWT, and Client Credentials
Web Server Flow (Authorization Code): user-facing, browser redirect, best for interactive login. JWT Bearer Flow: server-to-server, no user interaction — client signs a JWT with a private key registered as a certificate on the Connected App. Client Credentials Flow: machine-to-machine authentication using client ID & secret. Device Flow: for devices without browsers (smart TV, IoT). PKCE (Proof Key for Code Exchange): protects mobile apps against authorization code interception. The exam presents an integration scenario and asks which OAuth flow is appropriate.
Connected Apps: Scopes, Policies, and Sessions
Connected Apps define the OAuth configuration — scopes (which Salesforce data the app can access), IP ranges, session duration, and refresh token policy. OAuth scopes include api, full, refresh_token, web, chatter_api, and others. The Manage Connected Apps permission is required to modify policies. IP allowlists on Connected Apps can restrict which IPs can obtain tokens. Certificate-based authentication (mutual TLS) eliminates shared secrets by using client certificates for authentication.
MFA, My Domain, and Identity Connect
Multi-Factor Authentication (MFA) is now required for all Salesforce users — admins cannot disable it org-wide. MFA methods: Salesforce Authenticator (push notification), TOTP apps (Google Authenticator), security keys (WebAuthn). My Domain customises the Salesforce login URL and is required for SSO, custom components, and some lightning features. Identity Connect (Salesforce Identity for AD) syncs Active Directory users to Salesforce — supports LDAP directory integration for provisioning and deprovisioning.
How to Pass the Salesforce Identity and Access Management Architect Exam
The IAM Architect exam tests deep knowledge of authentication, authorization, and identity federation. Focus on OAuth flows, SAML configuration, Connected Apps, and how to secure both Salesforce and external applications.
OAuth 2.0 Flows
Know all OAuth flows: Web Server (authorization code), User-Agent (implicit), Username-Password, JWT Bearer, Device, and Refresh Token flows. Match each flow to its use case and security characteristics.
SAML & SSO Configuration
Understand how SAML 2.0 enables SSO: SP-Initiated vs. IdP-Initiated flows, assertion attributes, Federation IDs, and how to configure Salesforce as a SP or IdP. Know common troubleshooting steps.
Connected Apps & Scopes
Know how Connected Apps control external system access to Salesforce APIs. Understand OAuth scopes, IP restrictions, user provisioning (SCIM), and how policies control access.
Multi-Factor Authentication
Know MFA enforcement methods: Salesforce Authenticator, TOTP apps, security keys. Understand how MFA interacts with SSO (IdP-provided MFA vs. Salesforce MFA), and the MFA enforcement timeline implications.
Salesforce Identity Features
Know User Provisioning for Connected Apps, Identity Connect (AD sync), Login Flows for custom authentication logic, and how External Identity licenses differ from internal user licenses.
Exam Section Difficulty Heatmap
Which sections are a gimme vs which ones trap confident candidates. Use this to prioritise your final-week revision.
| Exam Section | Difficulty | Study Tip |
|---|---|---|
| Identity and Single Sign-On | Hard | SAML, OAuth, and federation — flow and configuration are heavily tested. |
| Access Management | Trap ⚠ | Permission sets, profiles, and session security — identity vs access confusion. |
| Security and Compliance | Moderate | Audit and compliance requirements — know the Salesforce security features. |
| Integration | Moderate | Identity for integrations and external IdP — common scenario topic. |
Difficulty based on analysis of common candidate errors across each exam section.
Get the Full Question Bank
Most candidates book the exam after scoring 75%+ on full mocks.
If you're planning to test this quarter, aim to complete full mocks at least 10–14 days before your exam date.
Candidates who complete full mock exams report strong first-time pass rates. For pricing and access, use the contact form below or kindly reach out to km.krishnamohan25@gmail.com.
Get Full Question BankNext Architect Certifications
After this architect certification, progress toward CTA or other architect domains:
Salesforce Certified Identity and Access Management Architect Exam FAQs
- What is covered on the Salesforce Certified Identity and Access Management Architect exam?
- This page shows the section-wise exam weightage so you know exactly which topics carry the most weight. Use the exam topics and practice questions above to align your study with the official outline.
- What is Identity and Access Management Architect?
- Identity and Access Management Architect designs identity solutions, SSO implementations, user provisioning, and ensures secure access management across systems.
- Do I need Application Architect before Identity Architect?
- Yes, Application Architect and System Architect are typically required. Identity Architect requires deep understanding of identity, SSO, and security.
- Are there free practice questions for the Salesforce Certified Identity and Access Management Architect exam?
- Yes. This page includes 15 free sample practice questions with explanations. Use them to test your knowledge before booking the exam.
- How do I prepare for the Salesforce Certified Identity and Access Management Architect certification?
- Use the exam tips, prerequisites, and study strategy on this page. Focus first on the highest-weighted sections, then take the sample practice questions. Schedule the exam when you consistently score well on practice tests.
- Where can I find the official exam outline for Salesforce Certified Identity and Access Management Architect?
- Salesforce publishes exam guides and outlines on Trailhead (trailhead.salesforce.com). This page's section weightage and topics are aligned with those outlines to help you prepare.