You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.1 KiB
41 lines
1.1 KiB
---
|
|
document: modulemd
|
|
version: 2
|
|
data:
|
|
name: mod_auth_openidc
|
|
stream: 2.3
|
|
summary: Apache module suporting OpenID Connect authentication
|
|
description: >-
|
|
This module enables an Apache 2.x web server to operate as an OpenID Connect Relying
|
|
Party and/or OAuth 2.0 Resource Server.
|
|
license:
|
|
module:
|
|
- MIT
|
|
dependencies:
|
|
- buildrequires:
|
|
httpd: [2.4]
|
|
platform: [el8]
|
|
requires:
|
|
platform: [el8]
|
|
references:
|
|
community: https://github.com/zmartzone/mod_auth_openidc
|
|
documentation: https://github.com/zmartzone/mod_auth_openidc/wiki
|
|
tracker: https://github.com/zmartzone/mod_auth_openidc/issues
|
|
components:
|
|
rpms:
|
|
cjose:
|
|
rationale: Provides JOSE support
|
|
ref: changed/i8c-stream-2.3/cjose-0.6.1-4.module+el8.10.0+21813+b5444eb8
|
|
buildorder: 1
|
|
mod_auth_openidc:
|
|
rationale: Provides the core functionality.
|
|
ref: changed/i8c-stream-2.3/mod_auth_openidc-2.4.9.4-6.module+el8.10.0+21813+b5444eb8
|
|
buildorder: 2
|
|
profiles:
|
|
default:
|
|
description: Default mod_auth_openidc module installation
|
|
rpms:
|
|
- mod_auth_openidc
|
|
- cjose
|
|
...
|