OpenID: Remove support for Yahoo! OpenID provider

Yahoo! discontinued support for OpenID provider: [1]

"OpenID2 will be EOLed on 6/30/20"

[1] https://developer.yahoo.com/oauth2/guide/OpenID2

Bug: Issue 13140
Bug: Issue 14330
Change-Id: I49a3adf5a331f119af8393d2403e98a7b3dcd654
This commit is contained in:
David Ostrovsky
2021-04-05 13:12:18 +02:00
parent e1637029a3
commit 6eef4c4813
5 changed files with 4 additions and 16 deletions

View File

@@ -43,9 +43,9 @@ will match any OpenID provider on the Internet:
* `http://` -- trust all OpenID providers using the HTTP protocol
* `https://` -- trust all OpenID providers using the HTTPS protocol
To trust only Yahoo!:
To trust only Launchpad:
----
git config --file $site_path/etc/gerrit.config auth.trustedOpenID https://me.yahoo.com
git config --file $site_path/etc/gerrit.config auth.trustedOpenID https://login.launchpad.net/+openid
----
=== Database Schema