Replies: 2 comments 3 replies
-
I assume you want to support both behaviours at the same time? That is not possible unless you create different URLs/Locations for both clients. |
Beta Was this translation helpful? Give feedback.
3 replies
-
It should work the same way as "enable-basic-auth" in the KeyCloak Java Adapter |
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
-
Hi!
I want to protect a service with keycloak. the current clients do a basic-authentication against apache. when i change to mod_auth_openidc the simple basic-auth header does not authenticate anymore. i get redirects to the sso server. even if i could get it to wirk with curl with follow-redirects and location-trust and cookies the current clients do not support redirects.
is it possible to implement the same behavior as before where i can use a curl with -u user:pass to access the service which is protected. Bearer or token is not an option and i know how this would be done if i could implement it myself but i cannot change the client.
Greetings,
Franz
Beta Was this translation helpful? Give feedback.
All reactions