You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use case:
I want to protect a site from public access. For this I add HTTP Basic Auth to the web server.
Expected:
Entering the site, supplying the HTTP basic auth credentials and the page loads.
Starting the Authorization Code Flow works too.
Actual:
Login with Authorization Code Flow fails with Keycloak, because the Authorization: Basic ... is supplied.
This confused Keycloak, which returns 400 with error=invalid_client_credentials.
The text was updated successfully, but these errors were encountered:
Use case:
I want to protect a site from public access. For this I add HTTP Basic Auth to the web server.
Expected:
Entering the site, supplying the HTTP basic auth credentials and the page loads.
Starting the Authorization Code Flow works too.
Actual:
Login with Authorization Code Flow fails with Keycloak, because the
Authorization: Basic ...
is supplied.This confused Keycloak, which returns 400 with
error=invalid_client_credentials
.The text was updated successfully, but these errors were encountered: