
* Update Zammad SAML Instructions I just configured Zammad 6.4.1 to work with Authentik 2025.4.1. There seem to have been some changes since these instructions were written. The Name ID Format cannot be left blank. The SSO URL and the logout URL were incorrect. I was getting an Error 422 from Zammad until I turned on signing assertions, so I conclude that is required and I wrote instructions for that. I saw some discussion online elsewhere that the `----BEGIN` and `---END` lines should be removed. I tested it both ways and it worked both ways. I wrote the instructions to keep those lines in because it seemed simplest and most intuitive. Signed-off-by: Paco Hope <pacohope@users.noreply.github.com> * Incorporate separate instructions for certificate file Co-authored-by: Dewi Roberts <dewi@goauthentik.io> Signed-off-by: Paco Hope <pacohope@users.noreply.github.com> * Incorporate simplified copy/paste instructions Co-authored-by: Dewi Roberts <dewi@goauthentik.io> Signed-off-by: Paco Hope <pacohope@users.noreply.github.com> * Incoporate formatting change Co-authored-by: Dewi Roberts <dewi@goauthentik.io> Signed-off-by: Paco Hope <pacohope@users.noreply.github.com> * Incorporate formatting changes Co-authored-by: Dewi Roberts <dewi@goauthentik.io> Signed-off-by: Paco Hope <pacohope@users.noreply.github.com> * Removed reference to custom properties * Capitalisation Co-authored-by: Dominic R <dominic@sdko.org> Signed-off-by: Paco Hope <pacohope@users.noreply.github.com> * Formatting Co-authored-by: Dominic R <dominic@sdko.org> Signed-off-by: Paco Hope <pacohope@users.noreply.github.com> * Formatting Co-authored-by: Dominic R <dominic@sdko.org> Signed-off-by: Paco Hope <pacohope@users.noreply.github.com> * Updated language Co-authored-by: Dominic R <dominic@sdko.org> Signed-off-by: Paco Hope <pacohope@users.noreply.github.com> * Update website/integrations/services/zammad/index.md Co-authored-by: Dominic R <dominic@sdko.org> Signed-off-by: Paco Hope <pacohope@users.noreply.github.com> * Update website/integrations/services/zammad/index.md Co-authored-by: Dominic R <dominic@sdko.org> Signed-off-by: Paco Hope <pacohope@users.noreply.github.com> * tweak to bump build * bump build * use bold font for UI labels * my typo * capitalization fix --------- Signed-off-by: Paco Hope <pacohope@users.noreply.github.com> Co-authored-by: Dewi Roberts <dewi@goauthentik.io> Co-authored-by: Dominic R <dominic@sdko.org> Co-authored-by: Tana M Berry <tana@goauthentik.io>
Website
This website is built using Docusaurus 2, a modern static website generator.
Installation
npm ci
Local Development
npm run watch
This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
Build
npm run build
This command generates static content into the build
directory and can be served using any static contents hosting service.