Enterprise Applications
Unlock the complete study guide + 1,040 practice questions across 16 full exams.
Bundled into the existing Microsoft Certified: Identity and Access Administrator Associate premium course — no separate purchase.
Included in this chapter:
- Enterprise app vs app registration: two objects
- Single sign-on: choosing among five modes
- Application Proxy for on-premises web apps
- Assignment, app roles, and provisioning
- Consent, collections, and exam patterns
Choosing an SSO mode for an enterprise application
| SSO mode | SAML-based | OIDC / OAuth | Password-based | Linked |
|---|---|---|---|---|
| How Entra signs in | Federation: SAML 2.0/WS-Fed assertion | Federation: OpenID Connect on OAuth 2.0 | Replays stored username/password into the app form | No sign-in; just a launch tile |
| Fits which app | App supports SAML/WS-Fed | App registered for OIDC (often via App registrations) | Legacy app with only a sign-in form | App whose SSO is configured elsewhere or being migrated |
| Conditional Access / MFA | Yes | Yes | Yes (Entra handles the front-door auth) | No, Entra performs no SSO |
| Credential management | No app password needed | No app password needed | Entra stores and supplies the password | N/A |
| Typical use case | Modern gallery SaaS | Modern OAuth/OIDC apps and APIs | Form-fill for apps without federation | Bookmark during a migration |
Decision tree
Cheat sheet
Unlock with Premium — includes all practice exams and the complete study guide.
References
- What is application management in Microsoft Entra ID?
- What is single sign-on in Microsoft Entra ID?
- Publish on-premises apps with Microsoft Entra application proxy
- Assign users and groups to an application
- Overview of user and admin consent
- Publisher verification overview
- Application consent management and evaluation of consent requests
- End-user experiences for applications (My Apps, collections)