Skip to content

OpenID Connect implementation in Plone

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE.GPL
Unknown
LICENSE.rst
Notifications You must be signed in to change notification settings

nazrulworld/plone.oidc

Repository files navigation

Introduction

plone.oidc is the pure OpenID Connect implementation for Plone framework which is 100% comply with OpenID Connect Core 1.0 specifications. More over this product is Health Relationship Trust Profile for OAuth 2.0 complience with, so can be easily adaptable with HEART ecosystem.

Features

  • Dexterity Based Membrane user support.
  • Fullly RESTFull API complience
  • 100% comply with HEART ecosystem.

Installation

Install plone.oidc by adding it to your buildout:

[buildout]

...

eggs =
    plone.oidc

and then running bin/buildout

Contribute

Support

If you are having issues, please let us know. We have a mailing list located at: [email protected]

License

The project is licensed under the GPLv2.