Skip to content
代码片段 群组 项目
提交 3b2baa11 编辑于 作者: Bojan Marjanovic's avatar Bojan Marjanovic
浏览文件

Merge branch 'docs-improve-guidelines-for-omniauth-auth0-integration' into 'master'

docs: Improve guideline for integrating omniauth provider auth0

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/138473



Merged-by: default avatarBojan Marjanovic <bmarjanovic@gitlab.com>
Approved-by: default avatarJon Glassman <jglassman@gitlab.com>
Approved-by: default avatarJonas Larsen <jlarsen@gitlab.com>
Approved-by: default avatarBojan Marjanovic <bmarjanovic@gitlab.com>
Reviewed-by: default avatarBojan Marjanovic <bmarjanovic@gitlab.com>
Co-authored-by: default avatarGerardo <gerardo@b310.de>
No related branches found
No related tags found
无相关合并请求
...@@ -1134,7 +1134,8 @@ production: &base ...@@ -1134,7 +1134,8 @@ production: &base
# args: { # args: {
# client_id: 'YOUR_AUTH0_CLIENT_ID', # client_id: 'YOUR_AUTH0_CLIENT_ID',
# client_secret: 'YOUR_AUTH0_CLIENT_SECRET', # client_secret: 'YOUR_AUTH0_CLIENT_SECRET',
# namespace: 'YOUR_AUTH0_DOMAIN' } } # domain: 'YOUR_AUTH0_DOMAIN',
# scope: 'openid profile email' } }
# FortiAuthenticator settings # FortiAuthenticator settings
forti_authenticator: forti_authenticator:
...@@ -1618,7 +1619,8 @@ test: ...@@ -1618,7 +1619,8 @@ test:
args: { args: {
client_id: 'YOUR_AUTH0_CLIENT_ID', client_id: 'YOUR_AUTH0_CLIENT_ID',
client_secret: 'YOUR_AUTH0_CLIENT_SECRET', client_secret: 'YOUR_AUTH0_CLIENT_SECRET',
namespace: 'YOUR_AUTH0_DOMAIN' } } domain: 'YOUR_AUTH0_DOMAIN',
scope: 'openid profile email' } }
- { name: 'salesforce', - { name: 'salesforce',
app_id: 'YOUR_CLIENT_ID', app_id: 'YOUR_CLIENT_ID',
app_secret: 'YOUR_CLIENT_SECRET' app_secret: 'YOUR_CLIENT_SECRET'
......
...@@ -80,7 +80,7 @@ application. ...@@ -80,7 +80,7 @@ application.
1. Replace `<your_auth0_client_id>` with the client ID from the Auth0 Console page. 1. Replace `<your_auth0_client_id>` with the client ID from the Auth0 Console page.
1. Replace `<your_auth0_client_secret>` with the client secret from the Auth0 Console page. 1. Replace `<your_auth0_client_secret>` with the client secret from the Auth0 Console page.
1. Replace `<your_auth0_client_secret>` with the domain from the Auth0 Console page. 1. Replace `<your_auth0_domain>` with the domain from the Auth0 Console page.
1. Reconfigure or restart GitLab, depending on your installation method: 1. Reconfigure or restart GitLab, depending on your installation method:
- If you installed using the Linux package, - If you installed using the Linux package,
[reconfigure GitLab](../administration/restart_gitlab.md#reconfigure-a-linux-package-installation). [reconfigure GitLab](../administration/restart_gitlab.md#reconfigure-a-linux-package-installation).
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册