---
document: modulemd
version: 2
data:
  name: mod_auth_openidc-devel
  stream: "2.3"
  version: 8060020220818054005
  context: e829d8bc
  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
  xmd:
    mbs:
      buildrequires:
        platform:
          context: 00000000
          filtered_rpms: []
          koji_tag: module-oc-8.6.0-build
          ref: virtual
          stream: oc8.6.0
          stream_collision_modules: 
          ursine_rpms: 
          version: 2
      commit: 99c47b5c58591ca101ec3e8b4b79148c1310d8e5
      mse: TRUE
      rpms:
        cjose:
          ref: 08d5f1f8dbe3ab7c9e98d8b640269c7467238103
        mod_auth_openidc:
          ref: 97dd343c8e55b67d17c7bc005ba4322cb470f006
      scmurl: https://gitee.com/src-opencloudos-modules/mod_auth_openidc.git?#99c47b5c58591ca101ec3e8b4b79148c1310d8e5
  dependencies:
  - buildrequires:
      platform: [oc8.6.0]
    requires:
      platform: [oc8]
  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
        repository: git+https://gitee.com/src-opencloudos-rpms/cjose
        cache: http://pkgs.fedoraproject.org/repo/pkgs/cjose
        ref: 08d5f1f8dbe3ab7c9e98d8b640269c7467238103
        buildorder: 1
        arches: [aarch64, x86_64]
      mod_auth_openidc:
        rationale: Provides the core functionality.
        repository: git+https://gitee.com/src-opencloudos-rpms/mod_auth_openidc
        cache: http://pkgs.fedoraproject.org/repo/pkgs/mod_auth_openidc
        ref: 97dd343c8e55b67d17c7bc005ba4322cb470f006
        buildorder: 2
        arches: [aarch64, x86_64]
...