https://github.com/wso2/carbon-identity-framework
https://github.com/wso2/carbon-identity-framework
hacktoberfest identity
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/wso2/carbon-identity-framework
- Owner: wso2
- License: apache-2.0
- Created: 2016-02-23T04:20:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-05-10T14:32:11.000Z (about 1 year ago)
- Last Synced: 2025-05-10T14:38:05.657Z (about 1 year ago)
- Topics: hacktoberfest, identity
- Language: Java
- Homepage:
- Size: 592 MB
- Stars: 123
- Watchers: 108
- Forks: 555
- Open Issues: 56
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# carbon-identity-framework
| Branch | Build Status | Travis CI Status |
| :------------ |:------------- |:-------------
| master | [](https://wso2.org/jenkins/job/platform-builds/job/carbon-identity-framework/) | [](https://travis-ci.org/wso2/carbon-identity-framework.svg?branch=master)|
This repository contains the core components and features required by the [WSO2 Identity Server](https://github.com/wso2/product-is) product.
## Building from the source
If you want to build **carbon-identity-framework** from the source code:
1. Install Java 11
2. Install Apache Maven 3.x.x (https://maven.apache.org/download.cgi)
3. Get a clone or download the source from this repository (https://github.com/wso2/carbon-identity-framework.git)
4. Run the Maven command ``mvn clean install`` from the ``carbon-identity-framework`` directory.