--
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-community+unsub...@googlegroups.com.
To post to this group, send email to dataverse-community@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/00c23b72-ebb1-4bf3-abdf-8337e3d4b561%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi! Welcome! Are you part of https://dataverse.no ? They're using Feide and Shibboleth/SAML.If you were to follow the model of the existing OAuth providers (ORCID, GitHub, and Google), I don't think it would be too difficult to add Twitter or Facebook or any other OAuth provider.I don't mean to encourage forks, but would you plan to fork the code (and maintain that fork over time) or are you thinking you'd like to make a pull request?Phil
On Thu, Nov 16, 2017 at 5:07 AM, Ruben Andreassen <rube...@gmail.com> wrote:
Hi, this is my first question here.Is it possible to add other Oauth providers to Dataverse?I work as a developer at a University in Norway, and we have a national login portal that we want to use:Would it be possible without to much hassle?
--
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-community+unsub...@googlegroups.com.
To post to this group, send email to dataverse...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/00c23b72-ebb1-4bf3-abdf-8337e3d4b561%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Yes. dataverse.no is a running on a local VM here at the University and are using Feide and Shibboleth.We are now having a project to rig Dataverse in a cloud provider and at the same time use S3 as storage and OAuth as autentication.If we need to implement our national OAuth provider our self (sounds like it) we could do a merge request. We are not aiming to maintain a seperat fork of Dataverse.
-Ruben
On Thursday, November 16, 2017 at 1:39:18 PM UTC+1, Philip Durbin wrote:
Hi! Welcome! Are you part of https://dataverse.no ? They're using Feide and Shibboleth/SAML.If you were to follow the model of the existing OAuth providers (ORCID, GitHub, and Google), I don't think it would be too difficult to add Twitter or Facebook or any other OAuth provider.I don't mean to encourage forks, but would you plan to fork the code (and maintain that fork over time) or are you thinking you'd like to make a pull request?Phil
On Thu, Nov 16, 2017 at 5:07 AM, Ruben Andreassen <rube...@gmail.com> wrote:
Hi, this is my first question here.Is it possible to add other Oauth providers to Dataverse?I work as a developer at a University in Norway, and we have a national login portal that we want to use:Would it be possible without to much hassle?
--
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-community+unsubscribe...@googlegroups.com.
To post to this group, send email to dataverse...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/00c23b72-ebb1-4bf3-abdf-8337e3d4b561%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--Philip Durbin
Software Developer for http://dataverse.org
http://www.iq.harvard.edu/people/philip-durbin
--
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-community+unsubscribe...@googlegroups.com.
To post to this group, send email to dataverse-community@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/fdcf03fa-1aa7-4a0c-a7d0-85d5805924a8%40googlegroups.com.
Speaking of code, you're welcome to review the pull request at https://github.com/IQSS/dataverse/pull/4280 where we're introducing support for the latest ORCID OAuth API (from v1.2 to v2.0). It will help you see some of the moving parts for OAuth.We do all of our estimation by talking about specific GitHub issues, so in a future backlog grooming meeting, perhaps the IQSS team can talk about how much work on our part it would be. To start we would mostly be guiding you around the code and documentation until you're comfortable. Then there's code review and QA, as represented on our kanban board at https://waffle.io/IQSS/dataverse . I'm not sure how we'd even test your code without you giving us credentials to your national OAuth provider. I get slightly nervous about having code in our source tree that we aren't sure works or aren't sure will work after we refactor related code in the future.Can you please create an issue at https://github.com/IQSS/dataverse/issues about what you're proposing? That way we can start tracking the work and I can link to it from the "Dev Efforts by the Dataverse Community" spreadsheet I introduced at https://groups.google.com/d/msg/dataverse-community/X2diSWYll0w/ikp1TGcfBgAJCool, I'm glad you know each other. Say hi to Phillip and Obi for me. :)We at IQSS certainly do not have the cycles to develop the OAuth provider for Norway for you. We can certainly help you get up to speed with the code. I guess I was thinking that someone would come along offering to implement support for logging in to Dataverse via Twitter or Facebook but it makes sense that there's demand for being able to login to a national OAuth provider.
Since you mentioned S3, you might be interested to know that Harvard Dataverse is moving from physical servers to AWS and S3. We're working on a backup script from S3 to secondary storage if that's of interest: https://github.com/IQSS/dataverse/pull/4271
I hope this helps. Please feel to pop in http://chat.dataverse.org (#dataverse on freenode) if you have any questions. You also might want to subscribe to the dataverse-dev list at https://groups.google.com/forum/#!forum/dataverse-devThanks,
Phil
On Thu, Nov 16, 2017 at 9:33 AM, Ruben Andreassen <rube...@gmail.com> wrote:
Yes. dataverse.no is a running on a local VM here at the University and are using Feide and Shibboleth.
We are now having a project to rig Dataverse in a cloud provider and at the same time use S3 as storage and OAuth as autentication.
If we need to implement our national OAuth provider our self (sounds like it) we could do a merge request. We are not aiming to maintain a seperat fork of Dataverse.
-Ruben
On Thursday, November 16, 2017 at 1:39:18 PM UTC+1, Philip Durbin wrote:
Hi! Welcome! Are you part of https://dataverse.no ? They're using Feide and Shibboleth/SAML.
If you were to follow the model of the existing OAuth providers (ORCID, GitHub, and Google), I don't think it would be too difficult to add Twitter or Facebook or any other OAuth provider.
I don't mean to encourage forks, but would you plan to fork the code (and maintain that fork over time) or are you thinking you'd like to make a pull request?
Phil
On Thu, Nov 16, 2017 at 5:07 AM, Ruben Andreassen <rube...@gmail.com> wrote:
Hi, this is my first question here.
Is it possible to add other Oauth providers to Dataverse?
I work as a developer at a University in Norway, and we have a national login portal that we want to use:
Would it be possible without to much hassle?
--
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-community+unsubscribe...@googlegroups.com.
To post to this group, send email to dataverse...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/00c23b72-ebb1-4bf3-abdf-8337e3d4b561%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
Philip Durbin
Software Developer for http://dataverse.org
http://www.iq.harvard.edu/people/philip-durbin
--
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-community+unsubscribe...@googlegroups.com.
To post to this group, send email to dataverse-community@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/fdcf03fa-1aa7-4a0c-a7d0-85d5805924a8%40googlegroups.com.
--
Philip Durbin
Software Developer for http://dataverse.org
http://www.iq.harvard.edu/people/philip-durbin
--
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-community+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/CABbxx8FGeZ-mTL63qmd9fXUjKjQi_2KkvJt7KO3doQPMas53og%40mail.gmail.com.To post to this group, send email to dataverse-community@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-community+unsub...@googlegroups.com.
To post to this group, send email to dataverse-community@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/c91a1bc0-a6c6-4e51-aa18-73352e57503f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-community+unsubscribe...@googlegroups.com.
To post to this group, send email to dataverse-community@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/4ea4488f-8173-450b-b0dd-503450561023%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-community+unsub...@googlegroups.com.
To post to this group, send email to dataverse-community@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/1993cf87-05dd-40f4-9bee-08533b91555f%40googlegroups.com.