Skip to content

tmkasun/carbon-auth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Carbon Auth


Branch Build Status
master 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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%