Git Product home page Git Product logo

scimify's Introduction

scimify

scimify is a PHP application that supports both SCIM 1.1 and SCIM 2.0 servers with operations for /Users, /Groups and /ServiceProviderConfig endpoints. This application was created in order to test SCIM capabilities with Okta SCIM enabled applications. Please note that SCIM with On Premises Provisioning (OPP) is not supported.

ℹī¸ Disclaimer: This SCIM server was built in order to simulate and troubleshoot different SCIM use-cases and not to be used in production.

Requirements

  • An Okta account, called an organization (you can sign up for a free developer organization)
  • A local web server that runs PHP 7.0 with MySQLi extension and mod_rewrite module
  • ngrok in order to inspect the requests and responses

Installation

  • Download scimify and upload it in the document root of your local web server
  • Create a MySQL database and add the configuration details in resources/config.php
  • Use ngrok http <local web server port> (eg. ngrok http 80) to put the web server online and link the ngrok URL with Okta

Documentation

scimify works by parsing the request received from the identity provider and storing the body as per the SCIM 1.1 and SCIM 2.0 standards available here.

If you would like to find out more details about the methods used, check out the following wiki articles:

Examples of requests and responses

If you would like to check how the requests from Okta look like and how scimify responds to them, check out the following articles:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤ī¸ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.