Skip to content

Commit

Permalink
Clarify UserId idp should be an origin
Browse files Browse the repository at this point in the history
As discussed in cs3org/reva#2285
  • Loading branch information
michielbdejong authored Nov 17, 2021
1 parent 9648574 commit 99df873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cs3/identity/user/v1beta1/resources.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 99df873

Please sign in to comment.