SSO Authentication

Single Sign-On authentication with SAML 2.0 and OAuth 2.0/OIDC support.

v1(1.2.0)
AuthenticationGitHub

Overview

The SSO Authentication qBit provides enterprise-grade Single Sign-On capabilities for qqq applications.

Supported Protocols

  • SAML 2.0 - Full support for SAML authentication flows
  • OAuth 2.0 - Authorization code and client credentials flows
  • OpenID Connect - ID token validation and user info endpoint
  • Identity Providers

    Pre-built integrations for:

  • Okta
  • Azure Active Directory
  • Auth0
  • Google Workspace
  • Generic SAML/OIDC providers
  • Installation

    Maven

    XML
    <dependency>
        <groupId>io.qrun</groupId>
        <artifactId>qbit-auth-sso</artifactId>
        <version>1.2.0</version>
    </dependency>

    Requirements

  • qqq 1.1.0 or higher
  • Java 17+
  • Valid SSL certificate (required for SAML)
  • Knowledge Base

    Powered by qqq