awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
panva avatar

panva/node-oidc-provider

0
View on GitHub↗
3,756 stars·788 forks·JavaScript·MIT·25 views

Node Oidc Provider

node-oidc-provider is a framework for building OpenID Certified authorization servers and identity providers within Node.js environments. It provides a comprehensive suite of tools for managing the full lifecycle of OAuth 2.0 and OpenID Connect services, including user authentication, client registration, and the issuance and validation of identity and access tokens.

The project distinguishes itself through a highly modular architecture that allows developers to integrate authentication services directly into existing web application stacks. It supports advanced customization through a middleware-based request pipeline, event-driven lifecycle hooks, and a strategy-based approach to implementing unique grant types. This flexibility extends to data management, where a pluggable adapter system enables the use of external databases for persisting sessions and tokens.

Beyond core protocol compliance, the framework includes extensive security and operational capabilities. It supports fine-grained authorization policies, cryptographic key management with external signing integration, and advanced security profiles to protect sensitive transactions. The system also provides built-in observability through lifecycle event monitoring and automated metadata discovery to facilitate programmatic interaction with external clients.

Features

  • OAuth 2.0 Authorization Servers - Implements a full-featured OAuth 2.0 authorization server for managing client registrations and token issuance.
  • Middleware-Based Request Pipelines - Processes incoming HTTP requests through a series of configurable hooks to handle authentication, validation, and authorization logic.
  • Access and Refresh Token Issuances - Generates and validates cryptographically signed access and refresh tokens for secure resource access.
  • Client Authentications - Verifies client identities using secrets, digital certificates, or cryptographic assertions to ensure only authorized applications access protected resources.
  • Identity Providers - Provides a centralized identity provider service for managing user authentication and session state across applications.
  • OpenID Connect Providers - Acts as an OpenID Connect provider to issue identity tokens and manage standardized single sign-on flows.
  • Secure Token Exchange - Implements secure token exchange protocols to transmit identity and access claims between services while preventing interception and replay attacks.
  • Session Initiation Flows - Tracks user login states, maintains session persistence, and executes logout procedures including backchannel and relying party initiated flows.
  • OAuth2 Access Token Issuance - Generates access, identity, and refresh tokens using standard protocols to authenticate users and authorize applications.
  • Server-Side Session Storages - Stores authorization data like sessions and tokens in external databases or persistent storage systems using custom storage adapters.
  • Authorization State Adapters - Abstracts data storage behind a standardized interface to allow integration with various external databases for sessions and tokens.
  • Server Capability Discovery - Generates and serves configuration documents automatically to allow clients to programmatically discover server capabilities and endpoint locations.
  • Server Discovery APIs - Publishes discovery documents and configuration endpoints to allow external clients to programmatically locate and interact with the server.
  • OAuth Client Registrations - Provides programmatic interfaces for registering, updating, and maintaining client application metadata to automate onboarding and configuration lifecycles.
  • Login and Consent Handlers - Redirects users to custom login or consent screens and processes their authentication decisions to resume the authorization flow securely.
  • Authorization Policies - Enforces fine-grained access control policies and custom claim validations for sensitive application resources.
  • Cryptographic Key Management - Manages cryptographic keys for signing and decryption, including support for key rotation and external hardware modules.
  • Custom OAuth Grant Types - Supports extending standard OAuth 2.0 flows with unique grant types to accommodate specialized token issuance workflows.
  • Identity Token Services - Provides a secure engine for the full lifecycle of identity tokens, including generation, validation, and revocation.
  • OAuth 2.0 and OIDC Token Issuance - Serves as an OAuth 2.0 identity provider for managing user authentication and secure token issuance.
  • Token Introspection and Revocation Endpoints - Validates the current status of access tokens or invalidates them immediately to maintain security and control over active user sessions.
  • Authentication Middleware - Ships modular authentication middleware for integrating identity management directly into Node.js web application stacks.
  • Web Framework Integrations - Supports mounting authentication services directly into existing application stacks to share middleware and infrastructure for handling authentication requests.

Star history

Star history chart for panva/node-oidc-providerStar history chart for panva/node-oidc-provider

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Curated searches featuring Node Oidc Provider

Hand-picked collections where Node Oidc Provider appears.
  • Self-Hosted OAuth and OIDC Providers
  • MFA and TOTP Authentication Libraries
  • Self-Hosted Single Sign-On Providers

Open-source alternatives to Node Oidc Provider

Similar open-source projects, ranked by how many features they share with Node Oidc Provider.
  • authlib/authlibauthlib avatar

    authlib/authlib

    5,346View on GitHub↗

    Authlib is a comprehensive Python library for building and integrating OAuth 1.0, OAuth 2.0, and OpenID Connect clients and servers. It provides a unified set of tools to manage authentication and authorization flows, allowing applications to either act as a client connecting to external identity providers or as a provider issuing tokens and managing user identities. The project distinguishes itself through a full implementation of the JOSE standards, offering a suite of cryptographic tools for generating, signing, encrypting, and validating JSON Web Tokens, Signatures, Encryption, and Keys.

    Pythondjangoflaskjose
    View on GitHub↗5,346
  • ory/hydraory avatar

    ory/hydra

    17,236View on GitHub↗

    Hydra is a headless identity server that functions as a certified OAuth2 and OpenID Connect provider. It is designed as an authentication engine that manages authorization handshakes and token lifecycles while remaining decoupled from the user interface. The project distinguishes itself through a headless architecture, allowing external management of login and consent flows. It provides specialized capabilities for dynamic client registration, JSON Web Token issuance, and a system for rotating encryption secrets without service downtime. The system covers a broad range of identity operations

    Go
    View on GitHub↗17,236
  • openiddict/openiddict-coreopeniddict avatar

    openiddict/openiddict-core

    5,168View on GitHub↗

    This project is a .NET identity stack and server framework used to build certified OpenID Connect and OAuth 2.0 identity providers. It provides the core logic required to issue and validate security tokens and manage user authentication across various grant types and protocol flows. The framework includes a protocol translation layer that bridges OpenID Connect and SAML to enable interoperability between different identity providers. It also supports a stateless mode of operation, which removes built-in validation and storage to allow for manual control over token and client verification. Th

    C#
    View on GitHub↗5,168
  • doorkeeper-gem/doorkeeperdoorkeeper-gem avatar

    doorkeeper-gem/doorkeeper

    5,501View on GitHub↗

    Doorkeeper is an OAuth 2 authorization server and provider for Ruby on Rails and Grape applications. It provides the necessary framework to build an authorization server that issues and validates security tokens for third-party applications, effectively acting as a security middleware to protect API endpoints. The project integrates an identity layer via OpenID Connect to verify user identities and retrieve profile information. It supports a variety of security patterns, including the implementation of the PKCE flow for public clients and the issuance of stateless JSON Web Tokens. Its broade

    Ruby
    View on GitHub↗5,501
See all 30 alternatives to Node Oidc Provider→

Frequently asked questions

What does panva/node-oidc-provider do?

node-oidc-provider is a framework for building OpenID Certified authorization servers and identity providers within Node.js environments. It provides a comprehensive suite of tools for managing the full lifecycle of OAuth 2.0 and OpenID Connect services, including user authentication, client registration, and the issuance and validation of identity and access tokens.

What are the main features of panva/node-oidc-provider?

The main features of panva/node-oidc-provider are: OAuth 2.0 Authorization Servers, Middleware-Based Request Pipelines, Access and Refresh Token Issuances, Client Authentications, Identity Providers, OpenID Connect Providers, Secure Token Exchange, Session Initiation Flows.

What are some open-source alternatives to panva/node-oidc-provider?

Open-source alternatives to panva/node-oidc-provider include: authlib/authlib — Authlib is a comprehensive Python library for building and integrating OAuth 1.0, OAuth 2.0, and OpenID Connect… ory/hydra — Hydra is a headless identity server that functions as a certified OAuth2 and OpenID Connect provider. It is designed… openiddict/openiddict-core — This project is a .NET identity stack and server framework used to build certified OpenID Connect and OAuth 2.0… doorkeeper-gem/doorkeeper — Doorkeeper is an OAuth 2 authorization server and provider for Ruby on Rails and Grape applications. It provides the… lepture/authlib — Authlib is a comprehensive Python framework for implementing OAuth 1.0, OAuth 2.0, and OpenID Connect clients and… dexidp/dex — Dex is an OpenID Connect provider and identity federation proxy that translates authentication signals from various…