SharePoint / sp-dev-docs

SharePoint & Viva Connections Developer Documentation
https://docs.microsoft.com/en-us/sharepoint/dev/
Creative Commons Attribution 4.0 International
1.25k stars 1.01k forks source link

Issue following doc Consume multi-tenant enterprise APIs secured with Azure AD in SharePoint Framework #5732

Open JMTeamway opened 4 years ago

JMTeamway commented 4 years ago

Category

Describe the bug

I can not complete the tutorial as the screens and options I see in my Azure differs from what is mentionned in the article.

Steps to reproduce

Follow the tutorial : https://docs.microsoft.com/fr-fr/sharepoint/dev/spfx/use-aadhttpclient-enterpriseapi-multitenant

Expected behavior

At the point where we make the Azure AD application multi-tenant (https://docs.microsoft.com/fr-fr/sharepoint/dev/spfx/use-aadhttpclient-enterpriseapi-multitenant#make-the-azure-ad-application-multi-tenant), just after the 'On the Azure Active Directory Settings blade, choose the Manage Application button.' step, the documentation shows the following configuration screen with a 'Settings' toolbar button :
image

On my side, I see this screen, without any toolbar or button : image

Additional context

The account I'm using is global admin.

msft-github-bot commented 4 years ago

Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.

JMTeamway commented 4 years ago

Hi @bcameron1231 ,

I put you in copy of this ticket as you helped me on the very similar one #5727 . I think this documentation is not up to date and I can't make it to the end myself.

I noticed another issue #5751 about updating this doc. I will participate with pleasure to the doc update if I can end up successfully the implementation.

Thanks for your help if you can !

frags51 commented 4 years ago

Any updates on this?

frags51 commented 4 years ago

Also There is a bit of inconsistency in what is shown in screenshots vs what is written, for permissions. Please provide the exact name of the app etc in both screenshot/docs, and also how exactly to request for permissions from another tenant (manifest file), aadHttpClient code etc.