You need to reduce the amount of user consent prompts

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?

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?

A.
Enable Multi-resource refresh tokens.

B.
Enable WS-federation access tokens.

C.
Configure the Open Web Interface for .NET.

D.
Configure SAML 2.0.

Explanation:
http://msdn.microsoft.com/en-us/library/azure/gg185933.aspx



Leave a Reply 11

Your email address will not be published. Required fields are marked *


joni

joni

i think A is the correct answer

Taiob

Taiob

Agree with A.
http://msdn.microsoft.com/en-us/office/office365/howto/common-app-authentication-tasks
n 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.

@lx

@lx

It’s A correct…

Sean

Sean

answer is A what is up with the answers on this site LOL!

Dakary

Dakary

https://msdn.microsoft.com/nl-nl/library/azure/dn645538.asp

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.

Prady

Prady

I’ll go with A

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.

https://msdn.microsoft.com/en-us/library/azure/dn645538.aspx