App Registration Flashcards
When registering an app with Azure Ad to use moder authentication, what 3 fields are configurable when first registring the app?
1.Display name
2.Supported account types (who can use this application, this AAD or others too. single tenant or multi-tenant
3. Redirect URI (what page to ask for after a successful login)
In OAuth 2.0/OpenID Connect, what action does the browers take after receiving a successful ID token?
Redirects to sign-in URI
When doing an app registration in Azure AD, which of the following are options for application permission scopes?
-Default Azure AD directory
-Any Azure AD directory
-Any Azure AD directory and personal MS accounts
A web applications need to be configured for mututal authentication. Which actions to configure?
-Set minimum TLS version protocol to 1.2
-Turn on the incoming client certificates protocol setting for the web application
You have an Azure subscription linked to Azure AD tenant. From the Azure portal you register an Enterprise application. Which additional resource will be created in Azure AD?
Service principal
You need to ensure that the developer can register App1 in the tenant. What should you do?
modify the user settings
App registration, least privilege to register an App
Application Developer