Giter Club home page Giter Club logo

pas.plugins.keycloakgroups's Introduction

logo

Keycloak Groups

Use groups from Keycloak inside Plone portals

PyPI PyPI - Python Version PyPI - Wheel PyPI - License PyPI - Status

PyPI - Plone Versions

Meta Code Style

GitHub contributors GitHub Repo stars

Intro

This package provides a PAS plugin providing support for using Keycloak groups inside Plone. As the group information will be applied to users authenticated with Keycloack, this package requires pas.plugins.oidc >= 2.0.0a1 to be installed and configured.

Documentation

Please visit the package documentation page to read about how to install and configure pas.plugins.keycloakgroups.

Contribute

License

The project is licensed under GPLv2.

pas.plugins.keycloakgroups's People

Contributors

ericof avatar macagua avatar

Stargazers

 avatar

Watchers

Steve Piercy avatar Johannes Raggam avatar Philip Bauer avatar Eric BREHAULT avatar Gil Forcada Codinachs avatar Sébastien Verbois avatar Alessandro Pisa avatar  avatar

pas.plugins.keycloakgroups's Issues

Issue installing on Python versions lower than 3.10

Due to a typo with typing information in the file src/pas/plugins/keycloakgroups/plugins/utils.py, it is impossible to install this package on older Python versions.

The offender is:

def get_keycloak_client() -> Union[KeycloakAdmin | None]:

that should be:

def get_keycloak_client() -> Union[KeycloakAdmin | None]:

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.