cs3org / reva

WebDAV/gRPC/HTTP high performance server to link high level clients to storage backends
https://reva.link
Apache License 2.0
167 stars 113 forks source link

inconsistency in idp parameter #3974

Open michielbdejong opened 1 year ago

michielbdejong commented 1 year ago

Compare these two reva-cli commands:

ocm-invite-forward -idp https://mesh.pondersource.org/ -token ff4bdeac-b39c-42b7-9da8-327f32b113ab
ocm-share-create -grantee einstein -idp mesh.pondersource.com /home/asdf

Both have a parameter 'idp' but in the first case you need to give the full URL and in the other you need to give just the FQDN. This is inconsistent. Not suggesting we go switch it all around now, just something that's useful to be aware of that this is how things have ended up, I think.

glpatcern commented 10 months ago

See also https://github.com/cs3org/reva/issues/3322