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
    content:
    - ASL 2.0
    - MIT
  dependencies:
  - buildrequires:
      platform: [an8.4.0]
    requires:
      platform: [an8]
  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: a8-mod_auth_openidc-stream-2.3
        buildorder: 1
        arches: [aarch64, i686, ppc64le, s390x, x86_64]
      mod_auth_openidc:
        rationale: Provides the core functionality.
        ref: a8-mod_auth_openidc-stream-2.3
        buildorder: 2
        arches: [aarch64, i686, ppc64le, s390x, x86_64]