Replies: 4 comments
-
Easiest integration is via OIDC: https://defectdojo.github.io/django-DefectDojo/dev/integrations/social-authentication/#azure-active-directory But there are also docs for general SAML2 integrations: https://defectdojo.github.io/django-DefectDojo/dev/integrations/social-authentication/#saml-20. Those urls are Azure URLs. |
Beta Was this translation helpful? Give feedback.
-
https://yourDefectDojoInstance/saml2/metadata/ |
Beta Was this translation helpful? Give feedback.
-
Sample output from our work-in-progress: <md:EntityDescriptor entityID="defectdojo" validUntil="2022-09-20T21:12:31Z"> |
Beta Was this translation helpful? Give feedback.
-
This setup worked for us:
|
Beta Was this translation helpful? Give feedback.
-
We are working on SSO setup for our DefectDojo instance. We are trying to use the SAML settings in an Azure AD enterprise app for SSO. We need the following information from the DefectDojo side to complete the setup.
Entity ID
Assertion Consumer Service URL
Sign on Url
Since I'm a beginner with DefectDojo could you point me the correct URLs. The settings file is below, I need to update with metadata info. Where can I find the metadata file or URL
Beta Was this translation helpful? Give feedback.
All reactions