Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

可以通过这个链接,更友好的获得client_id、client_secret和绑定回调 #1

Closed
donwa opened this issue Oct 9, 2018 · 1 comment

Comments

@donwa
Copy link

donwa commented Oct 9, 2018

$ru = "https://developer.microsoft.com/en-us/graph/quick-start?appID=_appId_&appName=_appName_&redirectUrl={$redirect_uri}&platform=option-php";

$deepLink = "/quickstart/graphIO?publicClientSupport=false&appName=oneindex&redirectUrl={$redirect_uri}&allowImplicitFlow=false&ru=".urlencode($ru);

$app_url = "https://apps.dev.microsoft.com/?deepLink=".urlencode($deepLink);

直接跳转访问 $app_url 会更友好。

@WangNingkai
Copy link
Owner

好的,多谢指导

WangNingkai pushed a commit that referenced this issue May 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants