PowerDMS / Owin.Scim

OWIN SCIM 1.1 & 2.0 implementation for .NET
MIT License
63 stars 29 forks source link

Owin.Scim

OWIN SCIM 1.1 & 2.0 implementation for .NET >= 4.5.1
Build status NuGet Pre Release

RFC 7643
RFC 7644

Looking for solid contributers to expedite this effort!
email me: daniel.gioulakis [at] powerdms [dot] com

If you have been evaluating the alpha builds from nuget, we would love to hear feedback from you. Please reach out and share how your experience has been working with Owin.Scim. Any issues and feature requests are welcome. Help us shape Owin.Scim into the best fully-featured and compliant open-source SCIM server!

Latest News!

We're excited to announce that Owin.Scim is now actively deployed to Azure AppServices as part of our way to showcase the capabilities of Owin.Scim. You can access all live SCIM endpoints at: http://owin-scim.azurewebsites.net/scim/ (e.g. http://owin-scim.azurewebsites.net/scim/<version>/<endpoint>)

Live Endpoints for Interoperability Testing

NOTE: The current live implementation is being hosted inside IIS which unfortunately blocks : in URL paths if they exist before the ? query-string delimiter. Therefore, live endpoints for /schemas/{schemaId} and /resourcetypes/{resourceTypeId} are not accessible, however, they do work. We'll look to host our sample differently in the future.

SCIM v2
SCIM v1

PROJECT STATUS

This project is in active development with the goal of completing basic protocol implementation by mid-2016.

Roadmap

The list below doesn't necessarily denote priority or order.

Getting Started

Please see the WIKI for all documentation. It is being continually updated as the project develops into a stable SCIM implementation.