Authentication
Last updated
Was this helpful?
Last updated
Was this helpful?
Authentication is verifying the identity of clients accessing Aidbox APIs and services. In healthcare systems, authentication is crucial as it ensures that only authorized users, applications, and services can access sensitive medical data. This includes healthcare providers accessing patient records, third-party applications integrating with your FHIR API, administrative staff using Aidbox Console, and automated system operations services.
Basic Authentication is a simple username/password authentication suitable for development and testing environments.
OAuth 2.0 is the industry-standard protocol for authorization. Aidbox provides comprehensive support for OAuth 2.0 flows:
Authorization Code Flow
Client Credentials Flow
Resource Owner Password Flow
Implicit Flow (legacy)
Learn more about OAuth 2.0 support:
Validate and inspect OAuth 2.0 tokens issued by external Identity Providers.
Aidbox supports username/password authentication for login to the Aidbox Console UI.
Integrate with external Identity Providers (IdPs) for SSO to Aidbox Console UI.
See for managing Users and Passwords.
Two-factor authentication is also supported. See for the tutorial.