Changes between Version 2 and Version 3 of OpenIdConnectPlugin


Ignore:
Timestamp:
Jun 24, 2015, 11:49:27 PM (9 years ago)
Author:
Jeff Dairiki
Comment:

Now support trac 1.1. Repo moved to trac-hacks github organization.

Legend:

Unmodified
Added
Removed
Modified
  • OpenIdConnectPlugin

    v2 v3  
    1616A plugin to support authentication to trac_ using `OpenID Connect`_.
    1717
    18 Currently this probably only works with google as the authentication
    19 provider.  It would, however, probably be straightforward to generalize
     18Currently this probably only works with Google_ as the *OpenID Provider*.
     19It would, however, probably be straightforward to generalize
    2020it to work with other *OpenID Connect* and *OAuth2* based authentication providers.
    2121
    2222This plugin is being developed as a partial replacement for the :trac:`AuthOpenIdPlugin`,
    23 since google has dropped support for OpenID authentication.
     23since google has `discontinued support`_ for OpenID authentication.
    2424
    2525Development takes place on github_. The distribution is available on pypi_.
    2626
    27 This plugin is tested with trac versions 0.11, 0.12 and 1.0.
     27This plugin is tested with trac versions 0.11, 0.12, 1.0 and 1.1.
    2828
    29 Please see https://github.com/dairiki/trac-oidc for further information.
     29Please see https://github.com/trac-hacks/trac-oidc for further information.
    3030
    3131
     
    3838.. _google developers console: https://console.developers.google.com/
    3939.. _pypi: https://pypi.python.org/pypi/trac-oidc
    40 .. _github: https://github.com/dairiki/trac-oidc/
     40.. _github: https://github.com/trac-hacks/trac-oidc/
     41.. _google: https://developers.google.com/identity/protocols/OpenIDConnect
     42.. _discontinued support: https://support.google.com/accounts/answer/6206245
    4143
    4244.. |version| image::
     
    4547    :alt: Latest Version
    4648.. |build status| image::
    47     https://travis-ci.org/dairiki/trac-oidc.svg?branch=master
    48     :target: https://travis-ci.org/dairiki/trac-oidc
     49    https://travis-ci.org/trac-hacks/trac-oidc.svg?branch=master
     50    :target: https://travis-ci.org/trac-hacks/trac-oidc
    4951.. |trac versions| image::
    5052    https://img.shields.io/badge/trac-0.11%2C%200.12%2C%201.0-blue.svg