Here very soon i’m going to be adding new authentication flows to openemr.
Plan is to support OpenId Connect, Password and Client grants types.
Will add roles to login such as:
- Server
- Patient
- User
- API
- Application
OpenEMR will provide our own Auth provider for security and MFA. Luckily our current ACL engine gives us a good start.
Further discussion will be here: Authentication Improvements
Please jump in…