You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/en/customize_dojo/user_management/configure_sso.md
+53Lines changed: 53 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -515,6 +515,59 @@ GET parameter starts with `http://` instead of
515
515
516
516
2. Restart DefectDojo, and 'Login With Okta' should appear on the login screen.
517
517
518
+
## OIDC (OpenID Connect)
519
+
520
+
Adding OIDC gives you the option to authenticate users using a generic OIDC provider.
521
+
522
+
### Pro Configuration
523
+
524
+
In DefectDojo Pro, OIDC can be configured from the OIDC settings page:
525
+
526
+

527
+
528
+
Fill out the form as follows
529
+
530
+
1. Enter your OIDC endpoint in the Endpoint field. This is the base URL of your OIDC instance (you do not need to include `/.well-known/open-id-configuration/`)
531
+
532
+
2. Enter your OIDC Client ID in the Client ID field.
533
+
534
+
3. Enter the OIDC Client Secret in the Client Secret field.
535
+
536
+
4. Check the box for Enable OIDC.
537
+
538
+
Once the form has been submitted, Log In With OIDC should be added as an option to the DefectDojo login page.
539
+
540
+
541
+
### Open-Source
542
+
543
+
The minimum configuration requires you to set the following environment variables:
Once these variables have been set, restart DefectDojo. Log In With OIDC should now be added to the DefectDojo login page.
570
+
518
571
## SAML Configuration
519
572
520
573
<span style="background-color:rgba(242, 86, 29, 0.3)">DefectDojo Pro</span> users can follow this guide to set up a SAML configuration using the DefectDojo UI. Open-Source users can set up SAML via environment variables, using the following [guide](./#open-source-saml).
0 commit comments