Git Product home page Git Product logo

inspac's Introduction

inSpac



Developed by Thoughtworks, Inc.

About

inSpac is the abbreviation for in Singpass Authentication Components, developed and maintained by Thoughtworks, Inc.

inSpac offers an SDK and a Keycloak plugin that can help developers fast integrate OpenID-Connect 1.0 auth scheme into project to interact with Singapore government digital platform -- Singpass.

inSpac is implemented based on the official public documents: For Developers {Login} / Overview

Artifacts & Usage

SDK

SDK test

The SDK is for helping developers fast integrate with authentication scheme of Singpass platform.

To use the SDK, you have to import the SDK jar as a gradle dependency. For example, build.gradle.kts is configured as below.

dependencies {
    implementation(fileTree(mapOf("dir" to "lib", "include" to listOf("*.jar"))))
    // All [.jar] files under [lib] folder are going to be imported as gradle dependencies
    
    // Other dependencies
    }
  1. Download the latest version of SDK artifact (com.thoughtworks.inspac.sdk.jar) at GitHub Releases
  2. Create lib folder under the root directory of project (base on the above gradle configuration), put the SDK under lib folder.

๐Ÿ“– We also offer detailed API documentations for developers' reference: https://thoughtworks.github.io/inSpac/

๐Ÿ“ฆ If you would like to check SDK documents / sources codes, please check sdk folder to get more information.

Keycloak Plugin

Keycloak plugin test

The Keycloak plugin only works on Keycloak. If you would like to use Keycloak as service provider and finish Singpass authentication with it, then this component is helpful.

๐Ÿ“ฆ If you would like to check Keycloak plugin documents / sources codes, please check keycloak-plugin folder to get more information.

Integration Sample

Integration sample test

This is a demo project for demonstrating how to use SDK / Keycloak plugin. If you feel confused about using inSpac, please check the sample folder.

Credits

The project is licensed under MIT.

inspac's People

Contributors

hackl0us avatar cychenyan avatar qirzhang avatar twxuwei avatar teobler avatar attackonmorty avatar seafruit avatar royooooooo avatar xingqiwu55555 avatar johanngomes avatar paulaasf avatar dependabot[bot] avatar

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.