OAuth23 recipes

OAuth2 and OIDC configuration

hapi-fhirYAMLadvanced
HAPI FHIR Server application.yaml with PostgreSQL and SMART Auth

Complete HAPI FHIR server application.yaml: PostgreSQL JPA persistence, SMART-on-FHIR OAuth2 interceptor, subscription support, binary storage and audit logging - HIPAA-aware baseline.

oauth2-proxyMARKDOWNintermediate
Configuring OAuth2 Proxy with IIS URL Rewrite for External Authentication

This article outlines the configuration of OAuth2 Proxy in a production environment using IIS URL Rewrite to manage external authentication redirects.

oktaJAVAintermediate
Configuring OAuth2 Authorization Server with Spring Security

This article provides a guide to setting up an OAuth2 Authorization Server using Spring Security, addressing common errors encountered during configuration.