Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Suggestion] Make ORCID a valid user.domain in make_eml() arguments #75

Open
earnaud opened this issue Oct 23, 2020 · 3 comments
Open

Comments

@earnaud
Copy link
Contributor

earnaud commented Oct 23, 2020

The title says it all, here is the detail: for the user.domain argument of the make_eml() documentation, some metadata repositories are listed. But since the goal is to identify the way a user is known and as ORCID is widely used for authentication goals, shouldn't it be also a valid user.domain ?

@clnsmth
Copy link
Contributor

clnsmth commented Nov 5, 2020

I think we can do this @earnaud. How do you want this information rendered in the EML?

<access authSystem="https://orcid.org/" order="allowFirst" scope="document" system="https://somesystem.org">
    <allow>
      <principal>XXXX-XXXX-XXXX-XXXX</principal>
      <permission>all</permission>
    </allow>
</access>

@earnaud
Copy link
Contributor Author

earnaud commented Nov 5, 2020

I was thinking about ORCID's integration in metacat: maybe the authSystem shall be the base URL of the metacat in which it would be uploaded eventually (which could be checked by a curl request).

Or maybe did I miss something about the meaning of authSystem ...

Concerning the rest of the content you present, it seems to be ok.

@clnsmth
Copy link
Contributor

clnsmth commented Nov 13, 2020

Do you have an example of what metacat expects for the access node?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants