openstreetmap-website/app/views/oauth2_authorizations
Milan Cvetkovic 64bcf7652b Add openid connect support using doorkeeper-openid_connect gem
... as discussed in [Issue 507](https://github.com/openstreetmap/operations/issues/507)
and described by @mmd-osm.

To activate, set the value of `doorkeeper_signing_key` to RSA private key.

Allows using openstreetmap as an identity provider.

Adds `openid` scope to OAuth2 authorizations, required to login to OSM.

Currently, the only claims returned are:
 - "openid" scope: "sub" and "preferred_username"
 - "read_email" scope: "email"
2023-10-03 18:53:47 +01:00
..
error.html.erb Add support for OAuth2 using doorkeeper 2021-05-18 12:05:32 +01:00
new.html.erb Add openid connect support using doorkeeper-openid_connect gem 2023-10-03 18:53:47 +01:00
show.html.erb Add support for OAuth2 using doorkeeper 2021-05-18 12:05:32 +01:00