Keluro / Office365-AddinWeb-SignInSample

11 stars 3 forks source link

Determine if the sample can be migrated to Azure AD v2.0 #2

Open bpatra opened 7 years ago

bpatra commented 7 years ago

Azure AD v2.0 comes (among others) with two super features

The first problem I had when trying to migrate to Azure AD v2.0 is the following one "Office 365" my apps launcher is not compatible with Azure AD v2.0 http://stackoverflow.com/questions/37532821/office365-my-apps-launcher-and-azure-ad-endpoint-v2-0 Remark: you must have a working My app launcher to be registered on the Office Store.

The second problem is to use properly query parameters in reply url or state parameters in order to reuse our signalR approach. http://stackoverflow.com/questions/37489964/custom-parameter-with-microsoft-owin-security-openidconnect-and-azuread-v-2-0-en

We also need to review the current limitations

bpatra commented 7 years ago

Remark concerning the second problem mentioned above: query parameters is not the proper approach, we should use the OAUTH state parameter instead