vithu30 / carbon-auth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Carbon Auth


Branch Build Status(Jenkins) Build Status(TravisCI)
master Build Status Build Status

Carbon Auth is a common authentication platform for Carbon 5 based products.

Carbon Auth contains several components such as:

  • OAuth2 Client Registration
  • OAuth2 Token Endpoint
  • OAuth2 Token Introspection
  • OAuth2 Scope Registration
  • SCIM
  • User Info
  • User Stores

How to build from the source

Prerequisites

Steps

  1. Install above prerequisites if they have not been already installed
  2. Get a clone from this repository
  3. Run one of the following maven commands from carbon-auth directory
    • To build with the tests
       mvn clean install 
    • To build without running any unit/integration test
       mvn clean install -Dmaven.test.skip=true

How to Contribute

Contact us

WSO2 Carbon developers can be contacted via the mailing lists:

About

License:Apache License 2.0


Languages

Language:Java 100.0%