Giter Club home page Giter Club logo

orcidconnect's Introduction

Orcid Connect Implementation

This is an implementation for Orcid Connect Service, which will be used to connect Orcid identifier to local federated identity. In Finland, this is eduPersonPrincipalName- attribute which is commonly known identifier in Haka- federation and other higher education user federations across modern civilization.

OAuth2Client is derived from native implementation on Spring framework because it lacks a support for multiple authentication providers. On connect service we like to have a possibility to link to both production API and to sandbox for demonstration purposes.

As a side effect, this makes it possible to use this same implementation to connect identities from other OAuth2 authentication providers as well.

Standing on the shoulders of giants

nanos gigantum humeris insidentes

This list is not exhaustive. Please, see details from the project description (pom.xml).

Requirements

  • Java 1.8
  • Vagrant > 1.9.1
  • Ansible > 2.2.0.0

Building and usage

git clone https://github.com/CSC-IT-Center-for-Science/orcidConnect.git
# pom.xml is set to use Java 8, so in Centos7 install
# necessary packages and set correct JAVA_HOME
# In vagrantBox preliminaries should be handled
# for you so just setting JAVA_HOME will be sufficient.
# export JAVA_HOME=/usr/lib/jvm/jre-1.8.0-openjdk
#
# You will need private properties to filter variables.
# Ansible playbook will copy file for you.
cd orcidConnect/vagrant
vagrant up
vagrant ssh
mvn spring-boot:run

Say again, what's that?

orcidconnect's People

Contributors

klaalo avatar

Watchers

 avatar  avatar

orcidconnect's Issues

Correct signin URL on index.html

--- a/src/main/resources/templates/index.html
+++ b/src/main/resources/templates/index.html
@@ -143,7 +143,7 @@
ORCID iDHaka eppn
Id

  •                                                           <a href='/app/orcidSandbox/signin'
    
  •                                                           <a href='/app/orcidProduction/signin'
                                                                      class='btn btn-default btn-signin' style='white-space: normal;' id='btnOrcid'
                                                                      th:utext='#{home.orcidBtn}'>
                                                              <img src="/img/orcid_24x24.png" alt="Sign in with ORCID" /> Create or Connect your ORCID SANDBOX iD</a></td>
    

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.