Carbon Auth
Branch | Build Status(Jenkins) | Build Status(TravisCI) |
---|---|---|
master |
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
- Java 8 or above
- Apache Maven 3.x.x
Steps
- Install above prerequisites if they have not been already installed
- Get a clone from this repository
- 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
- To build with the tests
How to Contribute
- Please report issues at Carbon Auth Github Issues
- Send your bug fixes pull requests to the master branch
Contact us
WSO2 Carbon developers can be contacted via the mailing lists:
- Carbon Developers List : [email protected]
- Carbon Architecture List : [email protected]