Implement an Azure Active Directory (15-20%) Flashcards
What is Microsoft’s multi-tenant cloud based directory and identity management service
Azure Active Directory (Azuer AD)
What tool is needed to sync onprem AD to Azure AD?
Azure AD Connect
What are the 2 ways to integrate and Azure AD with Existing Directories?
- Synchronization - This component is responsible for creating users, groups, and other objects. It is also responsible for making sure identity information for your on-premises users and groups is matching the cloud. Password write-back can also be enabled to keep on-premises directories in sync when a user updates their password in Azure AD.
- Federation is an optional capability provided by Azure AD Connect that can be used to configure a hybrid environment using an on-premises AD FS infrastructure. Federation can be used by organizations to address complex deployments, such as single sign on, enforcement of AD sign-in policy, and smart card or third party MFA.
3 Ways Azure AD support sing into applications?
- Federated Single Sign on: redirect to Azure AD/ADFS for authentication
- Password-based Single Sign-On: password is replayed via a web extension or app via the existing app’s sign-in procees
- Existing Single Sign-On: Leverage anther SSO provider like ping or okta.
What is Azure AD B2C?
Allows your cloud apps to integrate authentication with 3rd parties like Facebook, Google, LinkedIn, etc.
What is Azure AD B2B?
Connect and share information with Vendors without having to link Domains.
What are the 4 Report Categories in Azure AD?
- Anomaly Reports
- Integrated Application Reports
- Error Reports
- User Specific Reports
- Activity Logs
3 Editions of Azure AD?
- Free
- Basic
- Premium
Which edition of Azure AD is needed for Self-service password reset?
Azure AD Premium or Basic
Which edition of Azure AD is needed for password write-back?
Azure AD Premium
What is the Access Panel in Azure for end users?
The Access Panel is a web-based portal. It enables a user who has a work or school account in Azure Active Directory (Azure AD) to view and start cloud-based applications that the Azure AD administrator has granted them access to. A user who has Azure AD editions can also use self-service group management capabilities through the Access Panel.
URL for Access Panel in Azure?
http://myapps.microsoft.com
What is the Graph API?
Programmatic access to AAD through the REST API Endpoint. Requires joining an app to AAD.