WSO2 Charon Milestone 1 of 1.0 Released..!!!

The WSO2 team is pleased to announce the M1 release of WSO2 Charon 1.0.

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<http://wso2.com/products/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:

   -

   You can download the WSO2 Charon M1 distribution from :
   https://svn.wso2.org/repos/wso2/people/hasinig/charon/M1
   -

   You can checkout the source code including SCIM client samples from :
   https://svn.wso2.org/repos/wso2/tags/commons/charon

SCIM Endpoints:

Following SCIM endpoints are made avialable public with WSO2 Charon M1:

   - User endpoint: http://people.wso2.com:8080/charonDemoApp/scim/Users
   - Group endpoint: http://people.wso2.com:8080/charonDemoApp/scim/Groups

Reporting Issues:

Issues can be reported using the public JIRA available at
https://wso2.org/jira/browse/COMMONS

Copyright 2012 WSO2 Inc.

Thank you.

WSO2 Team.
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to