From ff9463bc8d904ed0bf32551995b84e4d0ec815f1 Mon Sep 17 00:00:00 2001 From: Michael Stingl <214010+michaelstingl@users.noreply.github.com> Date: Wed, 13 Dec 2023 18:20:52 +0100 Subject: [PATCH] Fix inconsistency in unauthenticated WebFinger example response --- services/webfinger/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/webfinger/README.md b/services/webfinger/README.md index 9409d21e69..241cd6c6ab 100644 --- a/services/webfinger/README.md +++ b/services/webfinger/README.md @@ -6,11 +6,11 @@ It is based on https://github.com/owncloud/lookup-webfinger-sciebo but also retu ## OpenID Connect Discovery -Clients can make an unauthenticated `GET https://drive.ocis.test/.well-known/webfinger?resource=https%3A%2F%2Fcloud.ocis.test` request to discover the OpenID Connect Issuer in the `http://openid.net/specs/connect/1.0/issuer` relation: +Clients can make an unauthenticated `GET https://drive.ocis.test/.well-known/webfinger?resource=https%3A%2F%2Fdrive.ocis.test` request to discover the OpenID Connect Issuer in the `http://openid.net/specs/connect/1.0/issuer` relation: ```json { - "subject": "acct:einstein@drive.ocis.test", + "subject": "https://drive.ocis.test", "links": [ { "rel": "http://openid.net/specs/connect/1.0/issuer",