Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37561484
en ru br
ALT Linux repos
S:2.4.11-alt1

Group :: System/Servers
RPM: apache2-mod_auth_openidc

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 2.4.11-alt1
Build date: 23 march 2022, 09:04 ( 109.5 weeks ago )
Size: 201.97 Kb

Home page:   https://github.com/zmartzone/mod_auth_openidc

License: Apache-2.0
Summary: Apache 2.x OpenID Connect Relying Party authentication and authorization module
Description:

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.

The protected content, applications and services can be hosted by
the Apache server itself or served from origin server(s) residing
behind it by configuring Apache as a Reverse Proxy in front of
those servers. The latter allows for adding OpenID Connect based
authentication to existing applications/services/SPAs without
modifying those applications, possibly migrating them away from
legacy authentication mechanisms to standards-based OpenID Connect
Single Sign On (SSO).

Custom fine-grained authorization rules - based on Apache's
Require primitives - can be specified to match against the set of
claims provided in the id_token/ userinfo claims. Clustering for
resilience and performance can be configured using a number of
the supported cache backends options.

Current maintainer: Nikolay A. Fetisov

List of contributors

List of rpms provided by this srpm:

  • apache2-mod_auth_openidc
  • apache2-mod_auth_openidc-debuginfo
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin