Skip to main content

20 docs tagged with "authentication"

View all tags

Auth0

This guide provides step-by-step instructions on integrating Auth0 as an identity provider for your application.

Azure

This guide provides step-by-step instructions on integrating Microsoft Azure Active Directory (Azure AD) as an identity provider for your Project.

Claude

This guide provides step-by-step instructions for integrating Anthropic's Claude with your Haste Health platform using the Model Context Protocol (MCP). Claude can access your FHIR data through OAuth authentication, enabling AI-powered healthcare applications.

Client Credentials Grant

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

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.

DeepSeek

This guide provides step-by-step instructions on integrating DeepSeek as an AI application for your Haste Health platform.

Federated Login

Federated login allows users to authenticate using their existing identity from external identity providers (IdPs) rather than creating new credentials for Haste Health. This is implemented using OpenID Connect (OIDC), an identity layer built on top of OAuth 2.0.

GCP

This guide provides step-by-step instructions on integrating Google Cloud Platform (GCP) as an identity provider for your Project.

Gemini

This guide provides step-by-step instructions for integrating Google Gemini with your Haste Health platform using the Model Context Protocol (MCP). Gemini can access your FHIR data through OAuth authentication, enabling AI-powered healthcare applications.

GitHub Copilot

This guide provides step-by-step instructions on integrating GitHub Copilot as an AI application for your Haste Health platform.

Haste Health

This guide provides step-by-step instructions on integrating a seperate Haste Health tenant as an identity provider for your Project.

Intro

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.

Keycloak

This guide provides step-by-step instructions on integrating Keycloak as an identity provider for your Project.

Mistral

This guide provides step-by-step instructions on integrating Mistral as an AI application for your Haste Health platform.

Okta

This guide provides step-by-step instructions on integrating Okta as an identity provider for your Project.

OpenAI

This guide provides step-by-step instructions on integrating OpenAI as an AI application for your Haste Health platform.

Refresh Token Grant

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.

Scopes & Permissions

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.

SMART on FHIR

SMART on FHIR is a standard that enables healthcare applications to securely access patient data across different EHR systems. It builds upon OAuth 2.0 and OpenID Connect to provide healthcare-specific authentication and authorization.