Auth0
This guide provides step-by-step instructions on integrating Auth0 as an identity provider for your application.
This guide provides step-by-step instructions on integrating Auth0 as an identity provider for your application.
For the authorization code grant flow we require PKCE (Proof Key for Code Exchange).
This guide provides step-by-step instructions on integrating Microsoft Azure Active Directory (Azure AD) as an identity provider for your Project.
The Client Credentials grant is designed for machine-to-machine (M2M) authentication where no user interaction is required. This flow is used when applications need to access their own resources or when acting on behalf of themselves rather than a user.
Client registration is the process of creating OAuth 2.0/OpenID Connect client applications in Haste Health. Clients represent applications that need to authenticate users or access resources on the FHIR server.
This guide provides step-by-step instructions on integrating Google Cloud Platform (GCP) as an identity provider for your Project.
This guide provides step-by-step instructions on integrating a seperate Haste Health tenant as an identity provider for your Project.
Haste Health provides a comprehensive authentication and authorization system built on industry standards including OAuth 2.0, OpenID Connect (OIDC), and SMART on FHIR. This ensures secure access to healthcare data while maintaining compliance with healthcare regulations.
This guide provides step-by-step instructions on integrating Keycloak as an identity provider for your Project.
This guide provides step-by-step instructions on integrating Okta as an identity provider for your Project.
The Refresh Token grant allows applications to obtain new access tokens without requiring the user to re-authenticate. This is essential for maintaining long-lived sessions while keeping access tokens short-lived for security.
Haste Health implements a comprehensive scope system that combines OpenID Connect (OIDC) scopes with SMART on FHIR scopes to provide fine-grained access control for healthcare applications.