ScribeUP Extensions

This code library updates and adds OAuth providers to the base ScribeUP library, available from https://github.com/PeterKnego/scribe-up.

License

License

Categories

Categories

CLI User Interface Eureka Container Microservices
GroupId

GroupId

org.eurekaclinical
ArtifactId

ArtifactId

scribe-up-ext
Last Version

Last Version

2.4
Release Date

Release Date

Type

Type

jar
Description

Description

ScribeUP Extensions
This code library updates and adds OAuth providers to the base ScribeUP library, available from https://github.com/PeterKnego/scribe-up.
Project URL

Project URL

https://github.com/eurekaclinical/scribe-up-ext.git
Project Organization

Project Organization

Emory University
Source Code Management

Source Code Management

https://github.com/eurekaclinical/scribe-up-ext.git

Download scribe-up-ext

How to add to project

<!-- https://jarcasting.com/artifacts/org.eurekaclinical/scribe-up-ext/ -->
<dependency>
    <groupId>org.eurekaclinical</groupId>
    <artifactId>scribe-up-ext</artifactId>
    <version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.eurekaclinical/scribe-up-ext/
implementation 'org.eurekaclinical:scribe-up-ext:2.4'
// https://jarcasting.com/artifacts/org.eurekaclinical/scribe-up-ext/
implementation ("org.eurekaclinical:scribe-up-ext:2.4")
'org.eurekaclinical:scribe-up-ext:jar:2.4'
<dependency org="org.eurekaclinical" name="scribe-up-ext" rev="2.4">
  <artifact name="scribe-up-ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eurekaclinical', module='scribe-up-ext', version='2.4')
)
libraryDependencies += "org.eurekaclinical" % "scribe-up-ext" % "2.4"
[org.eurekaclinical/scribe-up-ext "2.4"]

Dependencies

compile (4)

Group / Artifact Type Version
org.scribe : scribe-up jar 1.3.1
com.sun.xml.bind : jaxb-core jar 2.3.0.1
javax.xml.bind : jaxb-api jar 2.3.1
com.sun.xml.bind : jaxb-impl jar 2.3.1

Project Modules

There are no modules declared in this project.

ScribeUP Extensions

Georgia Clinical and Translational Science Alliance (Georgia CTSA), Emory University, Atlanta, GA

What does it do?

It is a library that patches the ScribeUP OAuth library to support additional OAuth providers. It standardizes the attribute names of user profiles from those providers. The supported OAuth providers are (the classes that implement use of the providers are in parentheses):

  • GitHub (org.eurekaclinical.scribeupext.provider.GitHubProvider)
  • Globus (org.eurekaclinical.scribeupext.provider.GlobusProvider)
  • Google (org.eurekaclinical.scribeupext.provider.Google2Provider)
  • Twitter (org.eurekaclinical.scribeupext.provider.TwitterProvider)

It depends on ScribeUP version 1.3.1, which integrates with the Eureka! Clinical CAS server to provide its OAuth-based authentication functionality. Making Eureka! Clinical CAS depend upon this library makes the library's additional OAuth providers available for use in CAS. You reference these providers in CAS by the class names above.

Latest release: Latest release

Version 2.0

Enhanced javadoc documentation. Removed support in the pom.xml for creating a tarball/zipfile. Cleaned up the pom.xml. Fixed an issue with Globus OAuth support that resulted from a change on the Globus side. Updated parent pom dependency.

Version 1.0

Initial release.

Build requirements

Runtime requirements

Building it

The project uses the maven build tool. Typically, you build it by invoking mvn clean install at the command line. For simple file changes, not additions or deletions, you can usually use mvn install. See https://github.com/eurekaclinical/dev-wiki/wiki/Building-Eureka!-Clinical-projects for more details.

Maven dependency

<dependency>
    <groupId>org.eurekaclinical</groupId>
    <artifactId>scribe-up-ext</artifactId>
    <version>version</version>
</dependency>

Developer documentation

Getting help

Feel free to contact us at [email protected].

org.eurekaclinical

Eureka! Clinical

Microservices for clinical and translational research

Versions

Version
2.4
2.2
2.0
2.0-Beta-2
2.0-Beta-1
1.0
1.0-Alpha-4
1.0-Alpha-3