mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-01-08 04:03:58 +02:00
Add redirect instructions for gitlab on sub-dir (#1616)
* Add redirect instructions for gitlab on sub-dir * include redirect instructions in unversioned docs Co-authored-by: Joel Speed <Joel.speed@hotmail.co.uk>
This commit is contained in:
parent
fc686ae95c
commit
167acf7f09
@ -223,6 +223,8 @@ If you are using self-hosted GitLab, make sure you set the following to the appr
|
||||
|
||||
--oidc-issuer-url="<your gitlab url>"
|
||||
|
||||
If your self-hosted GitLab is on a sub-directory (e.g. domain.tld/gitlab), as opposed to its own sub-domain (e.g. gitlab.domain.tld), you may need to add a redirect from domain.tld/oauth pointing at e.g. domain.tld/gitlab/oauth.
|
||||
|
||||
### LinkedIn Auth Provider
|
||||
|
||||
For LinkedIn, the registration steps are:
|
||||
|
@ -222,6 +222,8 @@ If you are using self-hosted GitLab, make sure you set the following to the appr
|
||||
|
||||
--oidc-issuer-url="<your gitlab url>"
|
||||
|
||||
If your self-hosted GitLab is on a sub-directory (e.g. domain.tld/gitlab), as opposed to its own sub-domain (e.g. gitlab.domain.tld), you may need to add a redirect from domain.tld/oauth pointing at e.g. domain.tld/gitlab/oauth.
|
||||
|
||||
### LinkedIn Auth Provider
|
||||
|
||||
For LinkedIn, the registration steps are:
|
||||
|
Loading…
Reference in New Issue
Block a user