import mod_auth_openidc-2.3-8040020210129102337.9f9e2e7e

This commit is contained in:
CentOS Sources 2021-03-30 16:09:42 -04:00 committed by Stepan Oksanichenko
parent 129428ee4c
commit 9a973d283a

View File

@ -1,10 +1,13 @@
---
document: modulemd document: modulemd
version: 2 version: 2
data: data:
name: mod_auth_openidc
stream: 2.3
summary: Apache module suporting OpenID Connect authentication summary: Apache module suporting OpenID Connect authentication
description: >- description: >-
This module enables an Apache 2.x web server to operate as an This module enables an Apache 2.x web server to operate as an OpenID Connect Relying
OpenID Connect Relying Party and/or OAuth 2.0 Resource Server. Party and/or OAuth 2.0 Resource Server.
license: license:
module: module:
- MIT - MIT
@ -19,13 +22,12 @@ data:
tracker: https://github.com/zmartzone/mod_auth_openidc/issues tracker: https://github.com/zmartzone/mod_auth_openidc/issues
components: components:
rpms: rpms:
mod_auth_openidc:
rationale: Provides the core functionality.
ref: stream-mod_auth_open_idc-2.3
buildorder: 2
cjose: cjose:
rationale: Provides JOSE support rationale: Provides JOSE support
ref: stream-mod_auth_open_idc-2.3 ref: stream-mod_auth_open_idc-2.3-rhel-8.4.0
buildorder: 1 buildorder: 1
mod_auth_openidc:
rationale: Provides the core functionality.
ref: stream-mod_auth_open_idc-2.3-rhel-8.4.0
buildorder: 2
...