From 99df873a866d6202d78bac28b9fc5303eff65541 Mon Sep 17 00:00:00 2001 From: Michiel de Jong Date: Wed, 17 Nov 2021 11:06:38 +0100 Subject: [PATCH] Clarify UserId idp should be an origin As discussed in https://github.com/cs3org/reva/pull/2285 --- cs3/identity/user/v1beta1/resources.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cs3/identity/user/v1beta1/resources.proto b/cs3/identity/user/v1beta1/resources.proto index 2e12b916..627b838f 100644 --- a/cs3/identity/user/v1beta1/resources.proto +++ b/cs3/identity/user/v1beta1/resources.proto @@ -33,7 +33,7 @@ import "cs3/types/v1beta1/types.proto"; // A UserId represents a user. message UserId { // REQUIRED. - // The identity provider for the user. + // The origin (url without path) of the identity provider for the user, e.g. "https://example.com" or "http://localhost:8080" string idp = 1; // REQUIRED. // the unique identifier for the user in the scope of