question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error validating credentials.

See original GitHub issue

When I run the emulator built locally (by cloning this repo) I get an error on the getAccessToken step, the error is the same that I get when I try to get the access token following the instructions on https://blog.botframework.com/2017/06/19/Load-Testing-A-Bot/ The error is:

{
  "error": "server_error",
  "error_description": "AADSTS70002: Error validating credentials.\r\nTrace ID: f86e6fc8-2beb-44d7-b4bf-880951871c00\r\nCorrelation ID: ca294946-1a3b-4dcc-915c-faddbe8fbf66\r\nTimestamp: 2017-07-31 02:51:35Z",
  "error_codes": [
    70002
  ],
  "timestamp": "2017-07-31 02:51:35Z",
  "trace_id": "f86e6fc8-2beb-44d7-b4bf-880951871c00",
  "correlation_id": "ca294946-1a3b-4dcc-915c-faddbe8fbf66"
}

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
nsantinicommented, Jul 31, 2017

it worked!, thanks a lot @eanders-MS

0reactions
eanders-mscommented, Aug 2, 2017

@nsantini The problem should be fixed now. It is safe to sync to the latest code. Incidentally, we also released a new emulator yesterday (version 3.5.31).

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error validating credentials due to invalid username or password
This is because if you have Federated authentication enabled for user sign-in, you get redirected to the federated IDP for credential validation ......
Read more >
AADSTS50126: Error validating credentials due to invalid ...
Microsoft Dynamics 365 Connector throws error: "AADSTS50126: Error validating credentials due to invalid username or password" ...
Read more >
Error validating credentials due to invalid username ... - GitHub
When we authenticate using a federated user, we get redirected to the federated IDP for credentials validation. Now when you are using ROPC...
Read more >
invalid_grant: AADSTS50126: Error validating credentials due ...
I am able to resolve this by creating a cloud only user. The reason a federated user fails with the Resource Owner Password...
Read more >
NSP Export Service fails with error 'Error validating credentials ...
{{"error":"invalid_grant","error_description":"AADSTS50126: Error validating credentials due to invalid username or password.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found