Skip to content
forked from openid/authzen

Proposed standard for an Authorization API

Notifications You must be signed in to change notification settings

aserto-dev/authzen

This branch is 61 commits ahead of, 6 commits behind openid/authzen:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7505461 · Mar 17, 2025
Jan 17, 2025
Jun 22, 2023
Mar 11, 2025
Jan 17, 2025
Mar 17, 2025
Dec 3, 2024
Nov 14, 2023
Jan 23, 2025
Nov 7, 2023
Dec 17, 2024

Repository files navigation

AuthZEN Repository

This repository contains the output of the OpenID AuthZEN working group.

API spec

The AuthZEN authorization API is versioned in markdown at api/authzorization-api-1_0.md. A GitHub workflow builds this into HTML. See the "Building the spec" section for more details.

Interop harness

The interop directory contains the interoperability scenarios for AuthZEN. Currently, there is a single scenario based on a "Todo" application. The scenario spec and results can be viewed here.

  • interop/authzen-interop-website contains the source code for the https://authzen-interop.net micro-site. It is based on the Docusaurus framework.
  • interop/authzen-todo-application contains the source code for the Todo React front-end hosted at https://todo.authzen-interop.net.
  • interop/authzen-todo-backend contains the source code for the (TypeScript) Todo backend.

Each of these directories contains a README for further instructions.

Building the spec

To build the spec locally, you need two tools - kramdown (a Ruby gem), and xml2rfc (a python tool).

The GitHub workflow in .github/workflows/jekyll-gh-pages.yml runs on each PR that is merged to main, resulting in a new HTML version of the spec hosted at https://openid.github.io/authzen.

To build locally, ensure that you have both a Python and Ruby distribution.

Install dependencies

gem install kramdown-rfc
pip install xml2rfc

Build the spec

# Convert from markdown to XML
kramdown-rfc2629 api/authorization-api-1_0.md > api/authorization-api-1_0.xml

# Render XML into HTML
xml2rfc api/authorization-api-1_0.xml --html -o index.html

About

Proposed standard for an Authorization API

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 55.8%
  • TypeScript 24.4%
  • Go 8.4%
  • JavaScript 4.8%
  • CSS 2.7%
  • Lua 2.4%
  • Other 1.5%