Move from OpenID 2.0 to OpenID Connect
Added by Leonid Titov over 9 years ago
Hello all,
Now I use OpenID authentication for my users via their Google accounts.
As you may know, Google stops OpenID 2.0 and propose to use OpenID Connect instead.
Can anyone tell me, how can I use OpenID Connect now?
I use "Redmine OpenID Selector plugin" (http://projects.jorgebg.com/projects/redmine-openid-selector) and "OpenID Fix" (http://projects.andriylesyuk.com/projects/openid-fix) together with built-in OpenID engine.
My redmine environment:
Environment:
Redmine version 2.3.1.stable.11993
Ruby version 1.8.7 (i486-linux)
Rails version 3.2.13
Environment production
Database adapter Mysql2
Redmine plugins:
openid_fix 0.1.0
redmine_change_issue_author 0.0.1
redmine_openid_selector 0.0.1
Replies (1)
RE: Move from OpenID 2.0 to OpenID Connect - Added by Leonid Titov over 9 years ago
Just for searching engines: problem solved by switching to redmine_omniauth_google plugin.