Where i can obtain client secret for my Universal app?

倖福魔咒の 提交于 2019-12-20 03:27:11

问题


I'm following this guide (http://msdn.microsoft.com/library/windows/apps/hh465407) to implement push notifications on my app, but it seems to be outdated since I can't find the client secret as shown in this image: .

In developer dashboard (App identity tab) I've got only SID.

I also checked Windows Live Services site but there are only passwords and private keys. There is no client secret:

Where i can find that exact client secret shown in the msdn tutorial?


回答1:


Azure also can't validate my app with provided SID (from Dev center dashboard) and password (from Windows Live Services site). i.imgur.com/VH1YIlo.png Maybe password != client secret?

The Application Secret is exactly what we need, some steps you need to verify/do:

  1. Check the Package SID you filled in the Azure Dashboard, don't add extra characters, like Space character。

  2. If you still can't pass the validation, please generate a new password:

    1). Click the "Generate New Password" button

    2). Click the "Active" button to active the new password

    3). Use the new password in your Azure Dashboard




回答2:


The document is outdated, since you're implementing push notifications on your app, I assume that you're using Azure Notification Hubs, then you may refer to Add push notifications to your Windows app:

I also checked Windows Live Services site but there are only passwords and private keys. There is no client secret:

Be aware that the password is the client secret. By the way, it is important to associate your app with the Store, you can follow the steps in the new document.



来源:https://stackoverflow.com/questions/39833404/where-i-can-obtain-client-secret-for-my-universal-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!