Metadata

Distro Index Owner:
eea
Home Page:
pas.plugins.oidc
License
GPL version 2
Version:
1.4
Last updated:
2022-10-03
Keywords:
Python Plone CMS

pas.plugins.oidc

Files

Indexes

An add-on for Plone

https://travis-ci.org/collective/pas.plugins.oidc.svg?branch=master Coveralls Latest Version Egg Status https://img.shields.io/pypi/pyversions/pas.plugins.oidc.svg?style=plastic:alt:Supported-PythonVersions License

pas.plugins.oidc

Tell me what your product does

Features

  • Can be bullet points

Examples

This add-on can be seen in action at the following sites: - Is there a page on the internet where everybody can see the features?

Documentation

Full documentation for end users can be found in the "docs" folder, and is also available online at http://docs.plone.org/foo/bar

Translations

This product has been translated into

  • Klingon (thanks, K'Plai)

Installation

Install pas.plugins.oidc by adding it to your buildout:

[buildout]

...

eggs =
    pas.plugins.oidc

and then running bin/buildout

Support

If you are having issues, please let us know. We have a mailing list located at: project@example.com

License

The project is licensed under the GPLv2.

Contributors

Changelog

1.4 - (2022-10-03)

  • Change: Changed default values of some properties [iulianpetchesi]

1.3 - (2022-10-03)

  • Change: Fixed multiple env vars errors [iulianpetchesi]

1.2 - (2022-09-09)

  • Change: Can now set properties via env vars [iulianpetchesi]

1.2a1 (2022-09-09)

  • Removed hardcoded auth cookie name [alecghica]

1.1 (2022-03-18)

  • Removed hardcoded auth cookie name [alecghica]

1.0 (2022-03-18)

  • Various changes regardding the redirect logic [alecghica]
  • Updated setup.py to fix the Python requires #4 [alecghica]
  • check if url is in portal before redirect #2 [erral]
  • manage came_from [mamico]

1.0a2 (2022-09-09)

  • do userinforequest if there is a client.userinfo_endpoint [mamico]

1.0a1 (2022-09-09)

  • Initial release. [mamico]