diff --git a/README.md b/README.md index 89f71b2..adc369d 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/makefile b/makefile index 630306d..50b55b6 100644 --- a/makefile +++ b/makefile @@ -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 diff --git a/proto/access/v1/access.proto b/proto/access/v1/access.proto index 582dee2..d33185d 100644 --- a/proto/access/v1/access.proto +++ b/proto/access/v1/access.proto @@ -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: {