Question : While working in QuickTechie Inc , you publish an application named QuickApp to Azure Active Directory (Azure AD). You grant access to the web APIs through OAuth .. QuickApp1 is generating numerous user consent prompts. You need to reduce the amount of user consent prompts. What should you do?
Correct Answer : Get Lastest Questions and Answer : Exp: In order to reduce the number of calls an application has to make to Azure AD, and also to reduce the number of consents a user has to make, a multiple resource refresh token is issued by the authorization service. After this refresh token is received, it can be used to request access tokens (and additional refresh tokens) to multiple resources.
When using the Authorization Code Grant Flow, you can configure the client to call multiple resources. Typically, this would require a call to the authorization endpoint for each target service. To avoid multiple calls and multiple user consent prompts, and reduce the number of refresh tokens the client needs to cache, Azure Active Directory (Azure AD) has implemented multi-resource refresh tokens. This feature allows you to use a single refresh token to request access tokens for multiple resources.
To avoid multiple calls and multiple user consent prompts, and reduce the number of refresh tokens the client needs to cache, Azure Active Directory (Azure AD) has implemented multi-resource refresh tokens. This feature allows you to use a single refresh token to request access tokens for multiple resources.
Question : QuickTechie Inc. network includes users in multiple directories. You plan to publish a softwareas-a-service application named QuickApp to Azure Active Directory. You need to ensure that all users can access QuickApp1. What should you do?
4. Register the application as a native client application.
Correct Answer : Get Lastest Questions and Answer : Exp: A single tenant application only needs to look in its own directory for a user, while a multi-tenant application needs to identify a specific user from all the directories in Azure AD.
Multi-tenant application: A multi-tenant application is intended for use in many organizations, not just one organization. These are typically software-as-a-service (SaaS) applications written by an independent software vendor (ISV). Multi-tenant applications need to be provisioned in each directory where they will be used, which requires user or administrator consent to register them.
Question : At AcmeShell Inc, you administer an Access Control Service namespace named AcmeACS that is used by a web application. AcmeACS currently utilizes Microsoft and Yahoo accounts. Several users in your organization have Google accounts and would like to access the web application through AcmeACS. You need to allow users to access the application by using their Google accounts. What should you do? 1. Register the application directly with Google.
2. Edit the existing Microsoft Account identity provider and update the realm to include Google.
4. Basic Correct Answer: Exp: Question doesn't talk about service plan. Each website should have GB storage. Each website will get deployed on a Standard Plan in that subscription. You may be right about the question's construction being weak because it doesn't talk about how many service plans are required here. It is simply testing for the 10 sites limit and 10GB+ storage limit in an app service plan. Basic (10GB), Standard (50GB) and premium (500GB) allow SSL for custom domains HTTPS.
Question : You are working in Acmeshell Inc. , where you are working as an Azure based website administrator. Name of the website is Acmeshell.com. Now you have been informed by development team manager that they need to validate the changes they have done for website. Now this responsibility comes to you to implement this changes with minimum downtime to Acmeshell.com users. What would be your first step? 1. Create a new Linked Resource.