* website: Bump prettier from 3.3.3 to 3.4.1 in /website Bumps [prettier](https://github.com/prettier/prettier) from 3.3.3 to 3.4.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.3.3...3.4.1) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * update formatting Signed-off-by: Jens Langhammer <jens@goauthentik.io> * sigh Signed-off-by: Jens Langhammer <jens@goauthentik.io> * disable flaky test Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
2.6 KiB
2.6 KiB
title, sidebar_label
| title | sidebar_label |
|---|---|
| Integrate with Semgrep | Semgrep |
Semgrep
Support level: Community
What is Semgrep
Semgrep: An application security solution that combines SAST, SCA, and secret detection.
Preparation
The following placeholders will be used:
authentik.companyis the FQDN of the authentik install.devcompanyis the organization name on Semgrep Cloud platform.
authentik configuration
- Log in to your authentik instance as an administrator.
- Go to the admin interface.
- Navigate to Customization -> Property mappings.
- Create a new SAML property mapping with these parameters:
- Name:
semgrep-name - SAML Attribute name:
name - Expression:
return request.user.name
- Name:
- Create another SAML property mapping with these parameters:
- Name:
semgrep-email - SAML Attribute name:
email - Expression:
return request.user.email
- Name:
- Navigate to System -> Certificates.
- Generate a new RSA certificate.
- Download the generated certificate, as you will need it later.
- Create a new SAML provider under Applications -> Providers using the following settings:
- ACS URL:
https://semgrep.dev/api/auth/saml/devcompany/ - Issuer:
https://authentik.company - Audience:
semgrep-dev - Service Provider Binding:
Post - Signing Keypair: Choose the RSA certificate you generated earlier.
- Property mappings:
semgrep-nameandsemgrep-email
- ACS URL:
- Create a new application under Applications -> Applications, pick a name and a slug, and assign the provider that you just created.
Semgrep configuration
- Log in to Semgrep Cloud platform as an administrator.
- Click Settings on bottom left corner.
- Navigate to Access -> Login methods.
- Locate Single sign-on entry, click Add SSO configuration, select SAML2 SSO from the drop down.
- Fill in the following:
- Display name: Anything you like.
- Email domain:
company - IdP SSO URL:
https://authentik.company/application/saml/<semgrep slug>/sso/binding/post/ - IdP Issuer ID:
https://authentik.company - Upload/paste certificate: Downloaded from the previous step.
Verification
- Open an Incognito window and navigate to
https://semgrep.dev/login - Click Use SSO on the login screen.
- Enter the email address associated with the domain you provided earlier.
- Log in to authentik.
- You will be redirected to the home screen of Semgrep Cloud platform.