READ Free Dumps For Microsoft- 70-533
Question ID 13747 | You publish an application named MyApp to Azure Active Directory (Azure AD). You grant
access to the web APIs through OAuth 2.0.
MyApp is generating numerous user consent prompts.
You need to reduce the amount of user consent prompts.
What should you do?
|
Option A | Enable Multi-resource refresh tokens
|
Option B | Enable WS-federation access tokens.
|
Option C | Configure the Open Web Interface for .NET.
|
Option D | Configure SAML 2.0.
|
Correct Answer | A |
Explanation Explanation: 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. References:
Question ID 13748 | Your company has two cloud services named CS01 and CS02. You create a virtual
machine (VM) in CS02 named Accounts.
You need to ensure that users in CS01 can access the Accounts VM by using port 8080.
What should you do?
|
Option A | Create a firewall rule.
|
Option B | Configure load balancing.
|
Option C | Configure port redirection.
|
Option D | Configure port forwarding.
|
Option E | Create an end point.
|
Correct Answer | E |
Explanation Explanation: All virtual machines that you create in Azure can automatically communicate using a private network channel with other virtual machines in the same cloud service or virtual network. However, other resources on the Internet or other virtual networks require endpoints to handle the inbound network traffic to the virtual machine. References: