SAML zabbix instructions #2183
bbrendon
started this conversation in
Show and tell
Replies: 3 comments 6 replies
-
Hey @bbrendon, I did everything exactly as you wrote here, but I get the error "Invalid array settings: idp_cert_or_fingerprint_not_found_and_required" do you have any idea on how I can resolve that? |
Beta Was this translation helpful? Give feedback.
6 replies
-
At least in Zabbix version 6.0 LTS you want to avoid EC certs and stick with RSA certs. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Looks like I follow the steps, but get this error:
Could somebody help to figure out a solution? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The docs didn't work. This did. It took me many hours to figure this out, probably because this is my first real foray into SAML.
Zabbix
After that is setup, you'll have two options on the login screen. One for normal and a button below it for saml.
Also, create a user in zabbix called akadmin to make testing all this easier. The user in Authentik has to match the user in zabbix.
Copy Certs to zabbix server
In Authentik Goto System -> Certificates
download the key and cert for "authentik Self-signed Certificate".
copy them to the directory below with the names below. Notice the file size for idp.crt and sp.crt are the same, it's because they are the same :) . No idea if this is correct but it worked.
Authentik
Application -> Providers -> Create SAML Provider
Applications -> Applications -> Create
Done
I hope I didn't miss anything. Good luck.
Beta Was this translation helpful? Give feedback.
All reactions