Replies: 1 comment
-
I think you may be able to use something like described in: https://serverfault.com/questions/215537/apache-rewriterule-with-a-rewritemap-variable-substitution-for-the-val-argument |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I want to configure keycloak AUTH to modern zabbix version 5.2
First I configured simple test web-page to be sure that "KC" works correctly
my apache config is
and everything is ok.
After authorization in KC I get my page
Second
I Enabled HTTP authentication in zabbix - it's just simple basic auth
i reconfigured my apache location
And last thing that i have to do is add header
And my question is
How i can get username from keycloak varriable e.g. "preferred_username" and convert it to base64?
Beta Was this translation helpful? Give feedback.
All reactions