Bruno Oliveira da Silva
Bruno Oliveira da Silva
# Sunsetting Louketo Project After careful consideration, we have decided to pull the plug on Louketo and start the EOL procedure. The plan is during the next 3 months to...
## What: Keycloak allows to pass client suggested identity provider https://www.keycloak.org/docs/latest/server_admin/index.html#_client_suggested_idp It's a great feature which helps to specify exact IDP needed for specific client. Keycloak Gatekeeper doesn't support passing...
## What: (Hopefully this is the right place to file bug reports for keycloak-gatekeeper. The README.md refers to Github issues but the issue tracker is clearly disabled, same as for...
## What: h3. What Add support for token exchange to keycloak-gatekeeper (described [here|https://www.keycloak.org/docs/latest/securing_apps/index.html#_token-exchange]). h3. Why Currently gatekeeper rejects requests if the provided token does not contain the right audience. Since...
## What: As a Gatekeeper developer, I want to enable a policy enforcer to my service or application so that I can enforce access to protected resources using fine-grained permissions....
## What: When using the latest 4.6.0 version of Keycloak i am not able to login via the Keycloak Gatekeeper proxy. {code} unable to verify the id token {"error": "oidc:...
## What: When /oauth/login endpoint is enabled by "enable-login-handler" only the access token is added as a cookie. The refresh token is ignored and only returned inside the body of...
## What: I currently have an issue with Gatekeeper and gRPC requests. It seems that Gatekeeper switches the protocol from HTTP2 to HTTP1 when talking with upstream. I think this...
## What: Using the following addition to the configuration CORS should work as designed according to the documentation. {code:java} cors-origins: - 'http://localhost:3000' cors-methods: - GET {code} Unfortunately, the CORS headers...
## What: Basically with the steps and the environment given, after you successful login into an application through the gatekeeper your kc-access cookie is never updated again. Causing applications that...