Nish26
Nish26
No. I spent several hours but could not get it working . Since i had the dropdown control and option control already looked up , i retrieved their bounding box...
Hello chungminhtu, I am almost done with minor bug fixes identified after beta release and some other improvements and have added decent amount of automation tests. I plan to do...
Release [v1.1.0](https://github.com/Nfactor26/pixel-identity/releases/tag/v1.1.0) is available now. Please give it a try. I will update documentation over next few days. Please take a note of following two changes : 1. InitAdminUser and...
Documentation is updated now to reflect v1.1.0 changes.
Assuming you used IdentityHost=https://localhost:44382/pauth, you will need to start your server to listen on https://localhost:44382. Please check in your database the value of redirect_uris for application pixel-identity-ui and ensure host...
you need to move your mouse pointer to a scrollable area first. For ex: if there is a div with scrollbars, you need to move your mouse pointer over div...
I am also facing the same issue with citrix terminal . Key down and key up are not working. I see a pull request by @TChatzigiannakis which seems to address...
Ack. I will have to check this.
Seems issue on client side which is not able to respond to redirect. It will take a while to address this as I still don't have a solution. Planning to...
yes the client fails to deserialize the response as it is not expected json but a redirect response. So, authentication endpoint is working as expected but client doesn't redirect. The...