python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Configuring Keycloak OIDC with an nginx (OpenResty) reverse-proxy
I am experimenting with a two-service docker-compose recipe, largely based on
the following GitHub project:
https://github.com/rongfengliang/keycloak-openresty-openidc
After streamlining, my configur...
Tythos
Votes: 0
Answers: 1
Keycloak java admin client proxy configuration
i need to set the proxy in a java software that use keycloak-admin-client library (that use org.jboss.resteasy and apache.http).
It seems to ignore the -DproxyHost=127.0.0.1 -DproxyPort=8888 JVM confi...

Gabriele Muscas
Votes: 0
Answers: 2
How do i pass a Bearer Token dynamically with Quarkus Microprofile Rest Client?
I'm trying to call a Keycloak Admin REST endpoint to create a keycloak user in my code and it requires the request to have a Bearer token added to the Authorization header. I need a way to pass the to...
Deehaz05
Votes: 0
Answers: 2
Keycloak give read time out error while calling external IDP APIs
I am using keycloak 11.0.2 as identity broker and I have added couple of identity providers with OpenID Connect V1.
When user try to login in one Identity provider, user is getting unexpected error in...

Nitin
Votes: 0
Answers: 1