You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using credentials of a an active user System I can not login.
I have a user of access level "Front Office". I use user's credential and my domain as usr and try to login through the "Patient Section".
The login is not succeed and an error of Format Exception shows up. By using the debuger I see that the server response with a
"400 Bad Request"
The call that takes place for the login is:
POST https://xxxxxxxxx/apis/api/auth
data:
{"grant_type":"password","username":"Secretary","password":"!Secretary2021!","scope":"default"}
Again the credentials on the call are working fine when I login from the web page.
I guess that might be a incompatibility between the apk and server app ?
I am using apk ver 2.2 and openemr 6 patch 3 on server.
Any help is appreciated.
The text was updated successfully, but these errors were encountered:
Login in Patient section is not working.
Using credentials of a an active user System I can not login.
I have a user of access level "Front Office". I use user's credential and my domain as usr and try to login through the "Patient Section".
The login is not succeed and an error of Format Exception shows up. By using the debuger I see that the server response with a
"400 Bad Request"
The call that takes place for the login is:
POST
https://xxxxxxxxx/apis/api/auth
data:
{"grant_type":"password","username":"Secretary","password":"!Secretary2021!","scope":"default"}
Again the credentials on the call are working fine when I login from the web page.
I guess that might be a incompatibility between the apk and server app ?
I am using apk ver 2.2 and openemr 6 patch 3 on server.
Any help is appreciated.
The text was updated successfully, but these errors were encountered: