UCWA

This is a common issue that I see that is impacted by the Lync deployment itself. You have deployed the UCWA sample, and are trying to sign in, but it always fails. If you check the HTTP traces you can see the following logged towards the end: OPTIONS https://director.nny.local/WebTicket/oauthtoken HTTP/1.1Accept: */*Origin: https://webdir.nnylync.infoAccess-Control-Request-Method: POSTAccess-Control-Request-Headers: content-type, accept, x-ms-origin…

Read More UCWA sign-in fails while seeing HTTP OPTIONS request

This is a pretty common issue that comes up.  One downloads the UCWA sample and sets it up.  However when they go to sign in, they fail each time with an error "Login failed." If you check the HTTP response you'll see: HTTP/1.1 400 Bad RequestContent-Length: 25Content-Type: application/jsonX-Ms-diagnostics: 28020;source="Director.NNY.local";reason="No valid security token." {"error":"invalid_grant"} At its…

Read More Failed logins with UCWA sample