ScribeUP Extensions

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

Лицензия

Лицензия

Категории

Категории

CLI Взаимодействие с пользователем Eureka Контейнер Микросервисы
Группа

Группа

org.eurekaclinical
Идентификатор

Идентификатор

scribe-up-ext
Последняя версия

Последняя версия

2.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

ScribeUP Extensions
This code library updates and adds OAuth providers to the base ScribeUP library, available from https://github.com/PeterKnego/scribe-up.
Ссылка на сайт

Ссылка на сайт

https://github.com/eurekaclinical/scribe-up-ext.git
Организация-разработчик

Организация-разработчик

Emory University
Система контроля версий

Система контроля версий

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

Скачать scribe-up-ext

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

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 help@eurekaclinical.org.

org.eurekaclinical

Eureka! Clinical

Microservices for clinical and translational research

Версии библиотеки

Версия
2.4
2.2
2.0
2.0-Beta-2
2.0-Beta-1
1.0
1.0-Alpha-4
1.0-Alpha-3