WSO2 Charon Milestone 1 Released..!!!
The WSO2 team is pleased to announce the M1 release of WSO2 Charon.
WSO2 Charon is an open source implementation of Simple Cloud Identity Management (SCIM) specification,
which is made available under Apache 2.0 License.
The API provided by WSO2 Charon will be used in adding SCIM based identity
provisioning support for WSO2 Identity Server which is an
open source Identity and Entitlement Management Solution.
Main modules of WSO2 Charon:
- Charon-Core:
The API implements of SCIM specification. It provides API for both server
side and consumer side
such that a SCIM Service Provider or a SCIM Consumer can be developed based on Charon-Core.
- Charon-Deployment:
A reference implementation of SCIM service provider.
It is a Apache Wink based webapp that can be deployed in an application server and make the
SCIM service provider be exposed.
- Charon-Samples:
This contains a set of samples illustrating the SCIM Consumer side use cases which
can be run against a SCIM server.
- Charon-Utils:
This contains a set of default implementations for the extension points made
available in Charon-Core.
SCIM Features in this M1 Release:
- Charon-Core:
- User operations:
- Create(POST)
- Retrieve(GET)
- Update(PUT)
- Delete(DELETE)
- List(GET)
- User Schema.
- Group operations:
- Create(POST)
- Retrieve(GET)
- Update(PUT)
- Delete(DELETE)
- List(GET)
- Group Schema
- Representation : JSON
- SCIM Client API
- Response Codes
- Charon-Deployment and Charon-Utils:
- Authentication : HTTP Basic Auth
- SCIM Resource endpoints exposed as JAX-RS based REST resources using Apache Wink
- In Memory User Store
- JAX-RS Response handling
- Charon-Samples:
- SCIM consumer side samples to perform above mentioned User, Group operations.
Road Map:
- 1.0 Release:
- Bulk Resource Endpoint
- Service Provider Configuration Schema
- Resource Schema
- Integration with WSO2 Identity Server 4.0.0:
Download:
SCIM Endpoint:
SCIM Service Provider implementation provided by WSO2 Charon is hosted at: http://people.wso2.com:8080/charonDemoApp/
Following SCIM endpoints are made avialable with above:
Reporting Issues:
Issues can be reported using the public JIRA available at
https://wso2.org/jira/browse/COMMONS
Copyright 2012 WSO2 Inc.