Giter Site home page Giter Site logo

bud127 / connector4java Goto Github PK

View Code? Open in Web Editor NEW

This project forked from osiam/connector4java

0.0 1.0 0.0 2.05 MB

Native Java API to connect to the REST based OSIAM services

Home Page: https://www.osiam.org

License: MIT License

Java 79.17% Groovy 20.83%

connector4java's Introduction

connector4java Circle CI Codacy Badge Codacy Coverage Badge

For more information and documentation please take a look in the docs.

If you are interested to use the OSIAM connector4java please watch or, even better, join us on GitHub.

Overview

This repository contains the OSIAM Connector for Java.

The current version can be found at http://search.maven.org/#search|ga|1|osiam.

Together with OSIAM it provides an easy to use OAuth2 SCIM based user login for Java.

Short OSIAM introduction

OSIAM provides an easy and secure oauth2 standard login of users. It is also possible to assign users to groups with different roles. It is also possible to connect to an existing identity provider (like login over facebook).

OSIAM provides three different ways to log in:

  • 2 Step login: The consuming application redirects the user to a central Osiam Sever where the user can login and the consuming applications granted access to the needed user information (for instance if the facebook acount of the user is used for login)

  • 1 Step login: The user can provide his login and password to your application and you can get the security credentials directly from OSIAM without a required authorization from the user

  • direct login: It is possible to get a security credentials directly from OSIAM without the need of any user data

The different ways to login depend on the configured grants in OSIAM.

OSIAM does not depend on any programming language.

It is

  • using the OAuth2 standard

  • RESTful

  • using SCIM 2 to provide JSON-based user management

OSIAM Connector for Java

The connector4java enables easy and convenient use of OSIAM authentication and user management in a Java environment.

It provides a easy to use API, a step by step documentation how to set up a test system and also offers different “ready to go” examples that should enable the understanding of OSIAM and the connector4java in a short time.

For more information on OSIAM have a look at the OSIAM main repository.

Requirements

  • Java 1.7

Snapshots

To receive snapshots of the OSIAM connector the oss.jfrog.org repository needs to be included:

<repositories>
    <repository>
        <snapshots />
        <id>snapshots</id>
        <name>libs-snapshot</name>
        <url>http://oss.jfrog.org/artifactory/libs-snapshot</url>
    </repository>
</repositories>

Issues

Issues, bugs and feature requests can be reported by using OSIAM's issue tracker.

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.