Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

## Access Service

This repo contains protobuf definitions for the OpenID AuthZEN Access Service. The current implementation reflects the [Authorization API 1.0 – draft 05](https://openid.github.io/authzen/) specification.
This repo contains protobuf definitions for the OpenID AuthZEN Access Service.

The current implementation reflects [Authorization API 1.0 – draft 05](https://openid.github.io/authzen/) of the specification.

You can browse the schema definitions in the Buf Registry [buf.build/auzthzen/access](https://buf.build/authzen/access)

All builds are published to the [buf.build/auzthzen/access](https://buf.build/authzen/access) registry, where one can [browse](https://buf.build/authzen/access/docs/v0.1.0-05:authzen.access.v1) the definitions or [generate](https://buf.build/authzen/access/sdks/v0.1.0-05:protobuf) server and client language bindings.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ EXT_BIN_DIR := ${EXT_DIR}/bin
EXT_TMP_DIR := ${EXT_DIR}/tmp

SVU_VER := 3.3.0
BUF_VER := 1.59.0
BUF_VER := 1.61.0

PROJECT := access

Expand Down
4 changes: 2 additions & 2 deletions proto/access/v1/access.proto
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
title: "OpenID AuthZen Access Service"
version: "1.0.0-5"
contact: {
name: ""
url: ""
name: "OpenID Foundation - AuthZEN Working Group"
url: "https://openid.net/wg/authzen/"
email: ""
}
license: {
Expand Down