Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/collective/pas.plugins.keycloakgroups
Use groups from Keycloak inside Plone portals
https://github.com/collective/pas.plugins.keycloakgroups
authentication keycloak plone plone-addon zope
Last synced: about 2 months ago
JSON representation
Use groups from Keycloak inside Plone portals
- Host: GitHub
- URL: https://github.com/collective/pas.plugins.keycloakgroups
- Owner: collective
- License: gpl-2.0
- Created: 2024-03-05T14:50:41.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-26T03:02:10.000Z (9 months ago)
- Last Synced: 2024-08-31T16:18:50.570Z (4 months ago)
- Topics: authentication, keycloak, plone, plone-addon, zope
- Language: Python
- Homepage: https://collective.github.io/pas.plugins.keycloakgroups/
- Size: 919 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.GPL
Awesome Lists containing this project
README
Keycloak Groups
Use groups from Keycloak inside Plone portals
[![PyPI](https://img.shields.io/pypi/v/pas.plugins.keycloakgroups)](https://pypi.org/project/pas.plugins.keycloakgroups/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pas.plugins.keycloakgroups)](https://pypi.org/project/pas.plugins.keycloakgroups/)
[![PyPI - Wheel](https://img.shields.io/pypi/wheel/pas.plugins.keycloakgroups)](https://pypi.org/project/pas.plugins.keycloakgroups/)
[![PyPI - License](https://img.shields.io/pypi/l/pas.plugins.keycloakgroups)](https://pypi.org/project/pas.plugins.keycloakgroups/)
[![PyPI - Status](https://img.shields.io/pypi/status/pas.plugins.keycloakgroups)](https://pypi.org/project/pas.plugins.keycloakgroups/)[![PyPI - Plone Versions](https://img.shields.io/pypi/frameworkversions/plone/pas.plugins.keycloakgroups)](https://pypi.org/project/pas.plugins.keycloakgroups/)
[![Meta](https://github.com/collective/pas.plugins.keycloakgroups/actions/workflows/meta.yml/badge.svg)](https://github.com/collective/pas.plugins.keycloakgroups/actions/workflows/meta.yml)
![Code Style](https://img.shields.io/badge/Code%20Style-Black-000000)[![GitHub contributors](https://img.shields.io/github/contributors/collective/pas.plugins.keycloakgroups)](https://github.com/collective/pas.plugins.keycloakgroups)
[![GitHub Repo stars](https://img.shields.io/github/stars/collective/pas.plugins.keycloakgroups?style=social)](https://github.com/collective/pas.plugins.keycloakgroups)## 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`](https://github.com/collective/pas.plugins.oidc) >= 2.0.0a1 to be installed and configured.## Documentation
Please visit the [package documentation page](https://collective.github.io/pas.plugins.keycloakgroups) to read about how to install and configure **pas.plugins.keycloakgroups**.
## Contribute
- [Issue Tracker](https://github.com/collective/pas.plugins.keycloakgroups/issues)
- [Source Code](https://github.com/collective/pas.plugins.keycloakgroups/)## License
The project is licensed under GPLv2.