nikosev / rciam-client-migration

Migrate clients from MITREid Connect to Keycloak

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rciam-client-migration

A Python-based tool for migrating clients from MITREid Connect to Keycloak.

Installation

Install from git and configure

git clone https://github.com/rciam/rciam-client-migration.git
cd rciam-client-migration
cp config-example.py config.py
vi config.py

Create a Python virtualenv, install dependencies, and run the script

virtualenv -p python3 .venv
source .venv/bin/activate
(venv) pip3 install -r requirements.txt
(venv) python main.py
🍺

License

Licensed under the Apache 2.0 license, for details see LICENSE.

About

Migrate clients from MITREid Connect to Keycloak

License:Apache License 2.0


Languages

Language:Python 100.0%