From 33748755506c7ca1b38bc95cc96f7c8be26b7a5b Mon Sep 17 00:00:00 2001 From: Carl George Date: Feb 02 2021 16:44:59 +0000 Subject: transmodrify/c8s-stream-2.3/mod_auth_openidc-2.3-8040020210129102337.9f9e2e7e --- diff --git a/mod_auth_openidc.yaml b/mod_auth_openidc.yaml new file mode 100644 index 0000000..11d7ab4 --- /dev/null +++ b/mod_auth_openidc.yaml @@ -0,0 +1,33 @@ +--- +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: + platform: [el8.4.0] + 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: 96ae33cc2db332dfb12b555faa11f57a01529578 + buildorder: 1 + mod_auth_openidc: + rationale: Provides the core functionality. + ref: 5b8408c7e94d70d7675046ec34387f9b0b97b5ad + buildorder: 2 +...