Blame SOURCES/modulemd.src.txt

dccdd7
---
dccdd7
document: modulemd
dccdd7
version: 2
dccdd7
data:
dccdd7
  name: mod_auth_openidc
dccdd7
  stream: 2.3
dccdd7
  summary: Apache module suporting OpenID Connect authentication
dccdd7
  description: >-
dccdd7
    This module enables an Apache 2.x web server to operate as an OpenID Connect Relying
dccdd7
    Party and/or OAuth 2.0 Resource Server.
dccdd7
  license:
dccdd7
    module:
dccdd7
    - MIT
dccdd7
  dependencies:
dccdd7
  - buildrequires:
dccdd7
      platform: [el8]
dccdd7
    requires:
dccdd7
      platform: [el8]
dccdd7
  references:
dccdd7
    community: https://github.com/zmartzone/mod_auth_openidc
dccdd7
    documentation: https://github.com/zmartzone/mod_auth_openidc/wiki
dccdd7
    tracker: https://github.com/zmartzone/mod_auth_openidc/issues
dccdd7
  components:
dccdd7
    rpms:
dccdd7
      cjose:
dccdd7
        rationale: Provides JOSE support
b002a5
        ref: stream-mod_auth_open_idc-2.3-rhel-8.7.0
dccdd7
        buildorder: 1
dccdd7
      mod_auth_openidc:
dccdd7
        rationale: Provides the core functionality.
b002a5
        ref: stream-mod_auth_open_idc-2.3-rhel-8.7.0
dccdd7
        buildorder: 2
b002a5
  profiles:
b002a5
    default:
b002a5
      description: Default mod_auth_openidc module installation
b002a5
      rpms:
b002a5
      - mod_auth_openidc
b002a5
      - cjose
dccdd7
...