Advertisement
dmontal2

gitlab_auth0

Nov 26th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. https://gitlab.com/help/integration/auth0.md
  2. ========= AUTH0 DOCS =============
  3. gitlab_rails['omniauth_providers'] = [
  4. {
  5. "name" => "auth0",
  6. "args" => { client_id: 'YOUR_AUTH0_CLIENT_ID',
  7. client_secret: 'YOUR_AUTH0_CLIENT_SECRET',
  8. namespace: 'YOUR_AUTH0_DOMAIN'
  9. }
  10. }
  11. ]
  12.  
  13. ========= 10.2.1-ee gitlab.rb file =============
  14.  
  15. # gitlab_rails['omniauth_providers'] = [
  16. # {
  17. # "name" => "google_oauth2",
  18. # "app_id" => "YOUR APP ID",
  19. # "app_secret" => "YOUR APP SECRET",
  20. # "args" => { "access_type" => "offline", "approval_prompt" => "" }
  21. # }
  22. # ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement