yaal-coop / scim2-tester

SCIM RFCs server compliance checker

Home Page:https://scim2-tester.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scim2-tester

Python methods based on scim2-models and scim2-client, to check if SCIM servers respect the RFC7643 and RFC7644 specifications.

It aims to be used in unit test and Continuous Integration suites and in healthcheck tools. If you are seeking a CLI integration of scim2-tester, take a look at scim2-cli.

What's SCIM anyway?

SCIM stands for System for Cross-domain Identity Management, and it is a provisioning protocol. Provisioning is the action of managing a set of resources across different services, usually users and groups. SCIM is often used between Identity Providers and applications in completion of standards like OAuth2 and OpenID Connect. It allows users and groups creations, modifications and deletions to be synchronized between applications.

Installation

pip install scim2-tester

scim2-tester belongs in a collection of SCIM tools developed by Yaal Coop, with scim2-models, scim2-client and scim2-cli

About

SCIM RFCs server compliance checker

https://scim2-tester.readthedocs.io


Languages

Language:Python 100.0%