Source: libapache2-mod-auth-openidc Maintainer: Moritz Schlarb Uploaders: Christoph Martin Build-Depends: debhelper-compat (= 13), apache2-dev, libssl-dev, libcurl4-openssl-dev, libjansson-dev, libhiredis-dev, libpcre2-dev, zlib1g-dev, libcjose-dev, pkg-config Standards-Version: 4.7.0 Section: httpd Priority: optional Homepage: https://github.com/OpenIDC/mod_auth_openidc Vcs-Git: https://salsa.debian.org/debian/libapache2-mod-auth-openidc.git Vcs-Browser: https://salsa.debian.org/debian/libapache2-mod-auth-openidc Rules-Requires-Root: binary-targets Package: libapache2-mod-auth-openidc Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: OpenID Connect Relying Party implementation for Apache mod_auth_openidc is a certified authentication and authorization module for the Apache 2.x HTTP server that implements the OpenID Connect Relying Party functionality. . This module enables an Apache 2.x web server to operate as an OpenID Connect Relying Party (RP) towards an OpenID Connect Provider (OP). It relays end user authentication to a Provider and receives user identity information from that Provider. It then passes on that identity information (a.k.a. claims) to applications protected by the Apache web server and establishes an authentication session for the identified user.