Blame mod_auth_openidc.yaml

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