Skip to content

Fix OpenID Connect documentation

Stan Hu requested to merge sh-improve-openid-docs into master

Many users were unable to get logins working with OpenID Connect because of a missing name argument in the configuration. This resulted in 404s immediately after attempting to login. This describes the workaround mentioned in https://gitlab.com/gitlab-org/gitlab-ce/issues/62208#note_178774809.

This also adds an example profile for using Google.

Merge request reports