eoepca-scim

Python library to interact with SCIM protocol


Keywords
SCIM, Client, EOEPCA, user, management
License
Apache-2.0
Install
pip install eoepca-scim==2.8.1

Documentation

Contributors Forks Stargazers Issues MIT License Build


eoepca_scim

Auxiliary Python3 library that allows a client to dynamically register with Gluu and access SCIM endpoints to get/add/edit/remove user attributes
Explore the docs . Report Bug · Request Feature

Table of Contents

About The Project

This is an auxiliary Python3 library to allow a client to dynamically register with Gluu. At the same time, it allows to get all user attributes, and also add/edit/remove specific attributes, by using SCIM endpointsWith both OAuth and UMA tokens.

Built With

Prerequisites

Installation

Download the library using pip

pip install eoepca-scim

Enable Test Mode in Gluu by following these procedures: Protection using Test Mode Disable Test Mode and Enable UMA by following these procedures: Protection using UMA

Documentation & Usage

The component documentation can be found at https://eoepca.github.io/um-common-scim-client/.

For example usages, check main.py

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the Apache-2.0 License. See LICENSE for more information.

Contact

EOEPCA mailbox

Project Link: https://github.com/EOEPCA/um-common-scim-client

Acknowledgements