import mod_auth_openidc-2.3-8020020200604180605.4cda2c84

This commit is contained in:
CentOS Sources 2020-07-21 10:14:56 -04:00 committed by Stepan Oksanichenko
parent d6ffd4ec59
commit 26cdbd490f
1 changed files with 30 additions and 28 deletions

View File

@ -1,31 +1,33 @@
---
document: modulemd
version: 2
data:
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:
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:
mod_auth_openidc:
rationale: Provides the core functionality.
ref: stream-mod_auth_open_idc-2.3
buildorder: 2
cjose:
rationale: Provides JOSE support
ref: stream-mod_auth_open_idc-2.3
buildorder: 1
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:
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: stream-mod_auth_open_idc-2.3-rhel-8.2.0
buildorder: 1
mod_auth_openidc:
rationale: Provides the core functionality.
ref: stream-mod_auth_open_idc-2.3-rhel-8.2.0
buildorder: 2
...