{ "info": { "author": "Plone Foundation", "author_email": "plone-developers@lists.sourceforge.net", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Plone", "Framework :: Plone :: 5.0", "Framework :: Plone :: 5.1", "Framework :: Zope2", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: System :: Systems Administration :: Authentication/Directory" ], "description": "OpenID PAS support\n==================\n\nIntroduction\n------------\n\nThis product implements OpenID_ authentication support for Zope_ via a\nPluggable Authentication Service plugin.\n\nUsing this package everyone with an OpenID authentity will be able to\nlogin on your Zope site. OpenID accounts are not given any extra roles\nbeyond the standard Authenticated role. This allows you to make a distinction\nbetween people that have explicitly signed up to your site and people\nwho are unknown but have succesfully verified their identity.\n\n.. _Zope: http://www.zope.org/\n.. _OpenID: http://www.openidenabled.com/\n\nAuthentication flow\n-------------------\n\nThe OpenID authentication flow goes like this:\n\n- user submits a OpenID identity (which is a URL) to you site. This is\n done through a HTTP POST using a form variable called ``__ac_identity_url``\n- the PAS plugin sees this variable during credential extraction and\n initiates a OpenID challenge. This results in a transaction commit and\n a redirect to an OpenID server.\n- the OpenID server takes care of authenticating the user and redirect the\n user back to the Zope site.\n- the OpenID PAS plugin extracts the information passed in via the OpenID\n server redirect and uses that in its authentication code to complete the\n OpenID authentication\n\nSession management\n------------------\n\nThe PAS plugin only takes care of authenticating users. In almost all\nenvironments it will be needed to also setup a session so users stay\nlogged in when they visit another page. This can be done via a special\nsession management PAS plugin, for example `plone.session`_.\n\n.. _plone.session: http://pypi.python.org/pypi/plone.session\n\nChangelog\n=========\n\n2.0.5 (2019-03-29)\n------------------\n\n- Fixed error caused by PAS inserting ``login=None`` in the openid query.\n Fixes `issue 10 `_.\n [maurits]\n\n\n2.0.4 (2015-03-21)\n------------------\n\n- Removed unused testing code with dependency to PloneTestCase\n [tomgross]\n\n\n2.0.3 (2015-02-11)\n------------------\n\n- Ported tests to plone.app.testing\n [tomgross]\n\n\n2.0.2 (2013-12-07)\n------------------\n\n- Replace deprecated test assert statements.\n [timo]\n\n- Use system random when available. This is part of the fix for\n https://plone.org/products/plone/security/advisories/20121106/24\n [davisagli]\n\n- Fixed extractCredentials to strip whitespaces around __ac_identity_url.\n This fixes http://dev.plone.org/plone/ticket/11044\n [datakurre]\n\n\n2.0.1 (2012-12-09)\n------------------\n\n- Fixed to store timestamp as part of nonce. This fixes\n http://dev.plone.org/plone/ticket/11987\n [datakurre]\n\n- Add MANIFEST.in.\n [WouterVH]\n\n\n2.0 - 2010-07-18\n----------------\n\n- Package metadata cleanup and definition of all package dependencies.\n [hannosch]\n\n- Relicense to BSD.\n [Plone Foundation]\n\n- Refactor tests to be simple python test cases. This removes\n all dependencies on Plone code.\n [wichert]\n\n- Specify package dependencies.\n [hannosch]\n\n- Handle the case where the handles for a given domain are empty but a\n request for them is made anyway. This fixes\n http://dev.plone.org/plone/ticket/9178\n [jvloothuis]\n\n\n1.2 - 2008-08-19\n----------------\n\n- Fixed bug where you could not log in via OpenID, immediately log out,\n and then immediately log in again.\n [davisagli]\n\n- Upgraded to python-openid>=2.2.1 to fix handling of OpenID providers\n that use identifier recycling. (c.f.\n http://developer.yahoo.com/openid/faq.html) This closes\n http://dev.plone.org/plone/ticket/8051.\n [davisagli]\n\n- Use the OpenID \"claimed identifier\" so that the proper identity URL is\n displayed when using delegation.\n [davisagli]\n\n\n1.1 - 2008-04-21\n----------------\n\n- Writing test and fixes for bug #7176 whereby a traceback\n was produced when an empty string identity was placed in the openid\n login form.\n [andrewb]\n\n- Do not enable OpenID support if python has no SSL support.\n [wichert]\n\n\n1.0.1 - 2007-11-09\n------------------\n\n- Also accept https URLs as valid identifiers. This fixes\n http://dev.plone.org/plone/ticket/7298\n [wichert]\n\n\n1.0 - 2007-08-15\n----------------\n\n- First stable release\n [wichert]", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/plone/plone.openid", "keywords": "PAS openid authentication", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "plone.openid", "package_url": "https://pypi.org/project/plone.openid/", "platform": "", "project_url": "https://pypi.org/project/plone.openid/", "project_urls": { "Homepage": "https://github.com/plone/plone.openid" }, "release_url": "https://pypi.org/project/plone.openid/2.0.5/", "requires_dist": null, "requires_python": "", "summary": "OpenID authentication support for PAS", "version": "2.0.5" }, "last_serial": 5003579, "releases": { "0.9": [], "1.0": [ { "comment_text": "", "digests": { "md5": "61cf90e9bd52781bf43d57a2906dd7ba", "sha256": "badd117319d72463cded6d26ed8b17152d8b759791e26ebcf18a3ee1f477dadf" }, "downloads": -1, "filename": "plone.openid-1.0-py2.4.egg", "has_sig": false, "md5_digest": "61cf90e9bd52781bf43d57a2906dd7ba", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 28130, "upload_time": "2007-08-15T08:33:18", "url": "https://files.pythonhosted.org/packages/fb/d5/6ebec00685fc18ba9a1e1be4f6e9aea218615abdd75c83773a43b608837a/plone.openid-1.0-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "ec5072d80c0d566f031fb67d6ab4b585", "sha256": "ec7554d63f8baa5b71a42189ef5a72a65c537af70719ada3e6646dcb8085591c" }, "downloads": -1, "filename": "plone.openid-1.0.tar.gz", "has_sig": false, "md5_digest": "ec5072d80c0d566f031fb67d6ab4b585", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15722, "upload_time": "2007-08-15T08:33:18", "url": "https://files.pythonhosted.org/packages/ab/9f/1b9184f05d32f9b26b43893edaf86e216c837edd8e3ab66f0c4d2873ffc6/plone.openid-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "3e07d2a587ed0aceab0be72acd43defd", "sha256": "8dac41cd551af63da0f196a5bf856014b55e1f03191a7100f15b2d5e2ca06f10" }, "downloads": -1, "filename": "plone.openid-1.0.1-py2.4.egg", "has_sig": false, "md5_digest": "3e07d2a587ed0aceab0be72acd43defd", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 28169, "upload_time": "2007-11-09T18:34:15", "url": "https://files.pythonhosted.org/packages/a8/ce/a9d703323350ebb301cfd9be539d9910ce4bb2807b1abd425f0a2ea2bf62/plone.openid-1.0.1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "535236ba3743b166bda4185b93f51309", "sha256": "1e3ca720c949e7e64fb39d64a4e2f73b9c801026df90cb129a65d4cfb9e0eb8b" }, "downloads": -1, "filename": "plone.openid-1.0.1.tar.gz", "has_sig": false, "md5_digest": "535236ba3743b166bda4185b93f51309", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15815, "upload_time": "2007-11-09T18:34:14", "url": "https://files.pythonhosted.org/packages/2c/ac/dd8933ceec6d775ddfb6c2b00d342deee1012d8dfea8b73619864c88f8e8/plone.openid-1.0.1.tar.gz" } ], "1.0b1": [ { "comment_text": "", "digests": { "md5": "82d70e56bc4d39b05b979981b74d1be5", "sha256": "a20d61f5241fd4cb6b69b345041e9faf4a40b8d25ddde2a002500bafd3bd60b9" }, "downloads": -1, "filename": "plone.openid-1.0b1-py2.4.egg", "has_sig": false, "md5_digest": "82d70e56bc4d39b05b979981b74d1be5", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 29960, "upload_time": "2007-03-26T23:03:17", "url": "https://files.pythonhosted.org/packages/ce/83/e19bcc3179bc41e5da3f9a680230a0eab67c77e16af7f947585be1a65948/plone.openid-1.0b1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "d31e22873d753a6e5b430eb4fdd3193d", "sha256": "1ea9fa61a1a27106b09d94c6fb82fa87ac8a03ed9c5b9cfb16eaa9ef846366eb" }, "downloads": -1, "filename": "plone.openid-1.0b1.tar.gz", "has_sig": false, "md5_digest": "d31e22873d753a6e5b430eb4fdd3193d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15397, "upload_time": "2007-03-26T23:03:17", "url": "https://files.pythonhosted.org/packages/87/c9/444884e2d9e8aeb7a24d4694576b12588a8deae4505c0e67047b82387b32/plone.openid-1.0b1.tar.gz" } ], "1.0b2": [ { "comment_text": "", "digests": { "md5": "a14a93510a49a88baaf61e91132ffd05", "sha256": "cd7d132c953bad32eae57566e3773b489184f51875f7bd0ab551984b02eb0ab5" }, "downloads": -1, "filename": "plone.openid-1.0b2-py2.4.egg", "has_sig": false, "md5_digest": "a14a93510a49a88baaf61e91132ffd05", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 26906, "upload_time": "2007-04-30T18:36:55", "url": "https://files.pythonhosted.org/packages/08/40/5615a245fc7e7d4addce514d66d1d218504042bed7eb8fcd0cecde2fd578/plone.openid-1.0b2-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "9e3df9727082340eab83a9ab3a541d9a", "sha256": "45d05e801c7504d1e112bb46cd854320bfdab27483bef633aaa237018b27687f" }, "downloads": -1, "filename": "plone.openid-1.0b2.tar.gz", "has_sig": false, "md5_digest": "9e3df9727082340eab83a9ab3a541d9a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15600, "upload_time": "2007-04-30T18:36:54", "url": "https://files.pythonhosted.org/packages/6d/90/8493d70f05ef097fc314aa13880e641e207bd3bed571b2aa0eb0aae08bc8/plone.openid-1.0b2.tar.gz" } ], "1.0b3": [ { "comment_text": "", "digests": { "md5": "07adcf0b4fb0be99a04cd064966f9d4e", "sha256": "0db0d23717674a550cda44dc0ad6c389de213a79414c66cf3cd353f17afeedf3" }, "downloads": -1, "filename": "plone.openid-1.0b3-py2.4.egg", "has_sig": false, "md5_digest": "07adcf0b4fb0be99a04cd064966f9d4e", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 26929, "upload_time": "2007-05-01T22:44:41", "url": "https://files.pythonhosted.org/packages/cb/0e/60306b4e003a8fc653ad85b5df6dfe41bfce77e4a608db06564d58b1b916/plone.openid-1.0b3-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "0008cf19c86395f8f83113b7ac81ec4b", "sha256": "063c1549b9cface5f0e0f3b901c70e44315ce0119122eab2389d1ff591c0cf63" }, "downloads": -1, "filename": "plone.openid-1.0b3.tar.gz", "has_sig": false, "md5_digest": "0008cf19c86395f8f83113b7ac81ec4b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15632, "upload_time": "2007-05-01T22:44:40", "url": "https://files.pythonhosted.org/packages/b5/4d/4a3a32c8a6a8b17b1024c238e64337e93375e8babfef6333af41922ff937/plone.openid-1.0b3.tar.gz" } ], "1.0rc1": [ { "comment_text": "", "digests": { "md5": "a5d676e9a24909c54571460655e66c27", "sha256": "b19c46177315a8feda70394e841254b2b68549942f203d3e5d170d82772a413e" }, "downloads": -1, "filename": "plone.openid-1.0rc1-py2.4.egg", "has_sig": false, "md5_digest": "a5d676e9a24909c54571460655e66c27", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 27145, "upload_time": "2007-07-10T07:54:42", "url": "https://files.pythonhosted.org/packages/78/fd/81a5fc2008b431f9dd66e024f509cd89807b4fb236f1573282db7be90979/plone.openid-1.0rc1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "8d6aee2950dffeafe533e466cc12ad70", "sha256": "98520174d2ee32ed33f06b1cc3e1182b3ae17d659c1a9609e32699f66d160e00" }, "downloads": -1, "filename": "plone.openid-1.0rc1.tar.gz", "has_sig": false, "md5_digest": "8d6aee2950dffeafe533e466cc12ad70", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15671, "upload_time": "2007-07-10T07:54:41", "url": "https://files.pythonhosted.org/packages/50/96/bf44de3dbb633b6b4e12c7c24ebff14d1ae65ba81ce78aaf78da81c1c7b2/plone.openid-1.0rc1.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "32eecb5fa3fa22d8f34987a004bcdce3", "sha256": "d618cdf5f946be5ca5d55d118b473726b844c71381af4e61c862885e6e6170e4" }, "downloads": -1, "filename": "plone.openid-1.1-py2.4.egg", "has_sig": false, "md5_digest": "32eecb5fa3fa22d8f34987a004bcdce3", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 29776, "upload_time": "2008-04-21T21:28:27", "url": "https://files.pythonhosted.org/packages/d5/da/326660a982bc610d7658fcc5cc50ff063bcaea560fd712225cdd3f8a5d83/plone.openid-1.1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "a7095d51ee6f53064020ef781996d6b7", "sha256": "bd33c5c7b69338a420691bbef5381a57908816ca9ab2ccdd355580b70da1dd40" }, "downloads": -1, "filename": "plone.openid-1.1.tar.gz", "has_sig": false, "md5_digest": "a7095d51ee6f53064020ef781996d6b7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18008, "upload_time": "2008-04-21T21:28:26", "url": "https://files.pythonhosted.org/packages/89/57/abacdd0dc721ad78446b30e45fc4e5ed03f8f1bba1af4809e65616619120/plone.openid-1.1.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "7fe322937fef8eb9706211e2b46b467f", "sha256": "3597aba11c0f089d1108cb33fe4c7d610ae72da93d5e3af40ee3625483e9b90a" }, "downloads": -1, "filename": "plone.openid-1.1.1-py2.4.egg", "has_sig": false, "md5_digest": "7fe322937fef8eb9706211e2b46b467f", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 30443, "upload_time": "2008-08-19T14:31:17", "url": "https://files.pythonhosted.org/packages/a0/b3/bc65e0deddc302dee3306e5f61b6f64ac10c1c2c55843e047b26b346235d/plone.openid-1.1.1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "c164137025cd267ff0496ad494632a12", "sha256": "61f6462dec2198012813c7d4424f7c57f2b08afdb0e679a34372eedef729b0a5" }, "downloads": -1, "filename": "plone.openid-1.1.1.tar.gz", "has_sig": false, "md5_digest": "c164137025cd267ff0496ad494632a12", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18785, "upload_time": "2008-08-19T14:29:09", "url": "https://files.pythonhosted.org/packages/c6/57/6c4c4db4eecc8e26f593ff2b5033094d98fd78cf5496ec23c831b22cb726/plone.openid-1.1.1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "b4c4d00bf604e87bba088c6fd3c1fe76", "sha256": "d99ca1c4acded6390a68a91772edc9322252f95ddde49bd7ba0a1d7ee3595f17" }, "downloads": -1, "filename": "plone.openid-1.2-py2.4.egg", "has_sig": false, "md5_digest": "b4c4d00bf604e87bba088c6fd3c1fe76", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 30441, "upload_time": "2008-08-19T14:37:47", "url": "https://files.pythonhosted.org/packages/05/b6/6c1ed18f23e5b82eaba58993195a2dd77103ee0e8688f5ac0c11a08ae712/plone.openid-1.2-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "c04f782567cf8b58d26c7fc7b6cceaa3", "sha256": "09118dcb0bfaabd3e10b57a57069221eca2a76c9fc10eb5761af7bf0e5fd9a89" }, "downloads": -1, "filename": "plone.openid-1.2.tar.gz", "has_sig": false, "md5_digest": "c04f782567cf8b58d26c7fc7b6cceaa3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18763, "upload_time": "2008-08-19T14:37:45", "url": "https://files.pythonhosted.org/packages/71/18/c9b4ba78ee637164300cee910933766612ee526405f41f4868a2914581fa/plone.openid-1.2.tar.gz" } ], "2.0": [ { "comment_text": "", "digests": { "md5": "a7e773f6d93987f6e3d69b335dd05da2", "sha256": "36e5ccca38748efded9f5fac847062792f14a4f50f309eee5b7638d882fede20" }, "downloads": -1, "filename": "plone.openid-2.0.zip", "has_sig": false, "md5_digest": "a7e773f6d93987f6e3d69b335dd05da2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22517, "upload_time": "2010-07-18T17:03:12", "url": "https://files.pythonhosted.org/packages/e4/3d/31922713afde6c5c7f782e87654cf13761f83dca6c274d397ca6c0d42d74/plone.openid-2.0.zip" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "d4c36926a6dbefed035ed92c29329ce1", "sha256": "92adcb60368694b9e776167e183ede6fd7ef31eed800da07c8f661ed90e2e5e8" }, "downloads": -1, "filename": "plone.openid-2.0.1.zip", "has_sig": false, "md5_digest": "d4c36926a6dbefed035ed92c29329ce1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25519, "upload_time": "2012-12-10T02:39:16", "url": "https://files.pythonhosted.org/packages/80/40/5afc3deff159322379983a7be2bb480e433e58529923ab75fe09a8bbe44e/plone.openid-2.0.1.zip" } ], "2.0.2": [ { "comment_text": "", "digests": { "md5": "046133795cf232ab6d19db940f02197a", "sha256": "cb80833fde9f83f8895a93d4532a6b0f1c257c9fad573208120c41a07c054801" }, "downloads": -1, "filename": "plone.openid-2.0.2.zip", "has_sig": false, "md5_digest": "046133795cf232ab6d19db940f02197a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26008, "upload_time": "2013-12-08T03:00:33", "url": "https://files.pythonhosted.org/packages/0f/39/3679af23e475e0487a8d880b4b5147db1cc2343f94c0ab84afce3906e2ce/plone.openid-2.0.2.zip" } ], "2.0.3": [ { "comment_text": "", "digests": { "md5": "fc35c69c957e161f117b8ad9acd06134", "sha256": "07a7e9b5f9cc1fc2ca425acd2204b2e8c7437e2ff868ebbefb502d69b2eb9a08" }, "downloads": -1, "filename": "plone.openid-2.0.3.zip", "has_sig": false, "md5_digest": "fc35c69c957e161f117b8ad9acd06134", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25782, "upload_time": "2015-02-11T20:58:46", "url": "https://files.pythonhosted.org/packages/c7/1a/c3ae8a6f3822c58d4a73559cfcb1af1542f22c07f09b2f8ca1837658f4a9/plone.openid-2.0.3.zip" } ], "2.0.4": [ { "comment_text": "", "digests": { "md5": "1fae36bbf123a6ec69eb59cbcb6eb935", "sha256": "785ab11d2791a694e83a630eccf029ded7642f82334fe6f6a5fbafbbac822612" }, "downloads": -1, "filename": "plone.openid-2.0.4.zip", "has_sig": false, "md5_digest": "1fae36bbf123a6ec69eb59cbcb6eb935", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25106, "upload_time": "2015-03-21T18:17:14", "url": "https://files.pythonhosted.org/packages/ff/45/3d911eb1aa92afdd9a823856898292dae809c902dc514292eb9d5f84bd2b/plone.openid-2.0.4.zip" } ], "2.0.5": [ { "comment_text": "", "digests": { "md5": "e2d218351aead2272b44226b81ffd39d", "sha256": "7782c57f8ae0c302348fa28a2863ea54f4e7772b4d3121db7c4eb6bdf05a4341" }, "downloads": -1, "filename": "plone.openid-2.0.5.tar.gz", "has_sig": false, "md5_digest": "e2d218351aead2272b44226b81ffd39d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15314, "upload_time": "2019-03-29T14:41:44", "url": "https://files.pythonhosted.org/packages/58/d1/66201cb57d1013f65a6c19753905fda04a742a6c27fc2b88bc700e965333/plone.openid-2.0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e2d218351aead2272b44226b81ffd39d", "sha256": "7782c57f8ae0c302348fa28a2863ea54f4e7772b4d3121db7c4eb6bdf05a4341" }, "downloads": -1, "filename": "plone.openid-2.0.5.tar.gz", "has_sig": false, "md5_digest": "e2d218351aead2272b44226b81ffd39d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15314, "upload_time": "2019-03-29T14:41:44", "url": "https://files.pythonhosted.org/packages/58/d1/66201cb57d1013f65a6c19753905fda04a742a6c27fc2b88bc700e965333/plone.openid-2.0.5.tar.gz" } ] }