We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi I have follow the steps which u have mentioned but i am getting some issue while calling below url https://webdirin1.online.lync.com/Autodiscover/AutodiscoverService.svc/root/oauth/user in headers Authorization: Bearer <access_token> Accept: application/json Content-Type: application/json Host: webdirin1.online.lync.com
The problem i am getting is:
Note: I have get access_token from https://login.microsoftonline.com/common/oauth2/authorize?response_type=id_token+token&client_id=<client_id>&redirect_uri=<redirect_uri>&state=8f0f4eff-360f-4c50-acf0-99cf8174a58b&resource=https://webdirin1.online.lync.com/&nonce=6321-4c50-acf0-99cf8174a58b&response_mode=form_post
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi
I have follow the steps which u have mentioned but i am getting some issue while calling below url
https://webdirin1.online.lync.com/Autodiscover/AutodiscoverService.svc/root/oauth/user
in headers
Authorization: Bearer <access_token>
Accept: application/json
Content-Type: application/json
Host: webdirin1.online.lync.com
The problem i am getting is:
Note: I have get access_token from
https://login.microsoftonline.com/common/oauth2/authorize?response_type=id_token+token&client_id=<client_id>&redirect_uri=<redirect_uri>&state=8f0f4eff-360f-4c50-acf0-99cf8174a58b&resource=https://webdirin1.online.lync.com/&nonce=6321-4c50-acf0-99cf8174a58b&response_mode=form_post
The text was updated successfully, but these errors were encountered: