keycloak Questions

4

Solved

I am attempting a simple test of the health of a fresh instance of Keycloak (running in a Docker container, it so happens), by trying to list the realms using the Java admin client as the admin use...
Nonplus asked 3/9, 2020 at 9:50

1

The custom provider uses code with the resteasy-client like this in keycloak 21: UriBuilder url = UriBuilder.fromPath(baseURL); ResteasyClient client = (ResteasyClient) ClientBuilder.newClient(); R...
Hereditary asked 5/8 at 9:17

5

For frontend react, I am using ReactKeycloakProvider as a way to require user to login, then token should be stored into Keycloak from 'keycloak-js'. <ReactKeycloakProvider authClient={MYKEYC...
Offertory asked 12/1, 2023 at 3:40

2

I am trying to trigger sending email using Keycloak API, but not succeeding. As described in documentation first I am getting token for my admin user: curl \ -d "client_id=admin-cli" \ -d "use...
Cherokee asked 7/3, 2019 at 10:27

4

Solved

In the older KeyCloak versions, we could use: /opt/jboss/keycloak/bin/standalone.sh -version This would print the version info. But in newer versions it seems that this standalone.sh is removed. H...
Trifoliate asked 20/2, 2023 at 6:4

3

I am using @react-keycloak/web for React app securing using keycloak. I have recently started using KeyCloak with React. My KeyCloak Docker is running on Port 8080 and my React application is runni...
Amygdalin asked 1/6, 2022 at 7:12

4

I am developing an application with Keycloak as the authN service. I would like to configure my application so that an access token has a 5 minute validity, a user will be logged out after 14 days ...
Chiasma asked 18/3, 2023 at 13:38

5

I am trying to make an OIDC authentication/authorization against a keycloak server with an Android app I'm building. I am getting the following error, which is leading me to receive a 502 in my ap...
Revelationist asked 15/8, 2019 at 0:32

7

INFORMATION NEEDED: I use Keycloak (Docker version) behind a Spring project. (The client side of this project is React and communication between client and backend is provided by REST services.) ...
Heathcote asked 7/3, 2019 at 13:10

6

Solved

I have a nextjs application with next-auth to manage the authentication. Here my configuration .... export default NextAuth({ // Configure one or more authentication providers providers: [ Keycl...
Lascivious asked 14/4, 2022 at 13:37

3

After login from keycloak login page to my website. it display "Cookie not found. Please make sure cookies are enabled in your browser.". check my cookie is enable to the browser. Expect ...

9

Solved

I have a local test installation of keycloak 12 and unfortunately I've lost the admin password, any idea on how to reset it or reset the keycloak configuration without losing the realms ? I already...
Lofty asked 31/8, 2021 at 14:56

3

Solved

I cannot import any realms into Keycloak 18.0.0. That's the Quarkus, and not the Wildfly distribution anymore. Documentation here says it should be pretty simple, and by mounting my exported realm....
Stratiform asked 5/5, 2022 at 14:19

2

Solved

Implementing a custom rest endpoint in keycloak I used these example: https://github.com/keycloak/keycloak/tree/master/examples/providers/domain-extension/src/main/java/org/keycloak/examples/domai...
Windermere asked 27/2, 2019 at 7:56

2

Solved

I am creating an email theme for keycloak. So, when a user forgets their password and requests for a link to reset it; an email is sent to the user. Now, I am cutomizing the email that he/she gets...
Tremblay asked 12/5, 2016 at 23:48

3

Solved

The role uma_authorization is apparently created by default in Keycloak. What is this role? Can I safely delete it?
Tabriz asked 28/1, 2021 at 16:46

7

Solved

Running keycloak on standalone mode.and created a micro-service by using node.js adapter for authenticating api calls. jwt token from the keyclaok is sending along with each api calls. it will onl...
Deaconess asked 16/1, 2018 at 4:45

4

Solved

I use the Keycloak service to login my web app. Use as a backend Spring with OAuth 2.0 security. When I go to make a request with Postman using the bearer token obtained from Keycloak it gives me a...
Celluloid asked 4/7, 2022 at 9:21

12

I am using Keycloak (version 1.0.4.Final) in JBOSS AS 7.1.1 server. The server is on Amazon AWS. I am able to start the jboss server with keycloak. i can see the keycloak default screen while hi...
Piny asked 3/6, 2015 at 14:11

2

I'm trying to understand how Keycloak can be used in a large scale multi-tenanted scenario. The standard approach seems to be to use a realm for each tenant. This isolates each tenant's users and ...
Isiahisiahi asked 21/3, 2020 at 16:31

2

Use case: From inside a EventListenerProvider on an event I want to make an authenticated REST call to one of our keycloak secured service. For this I need a token. First I just test printing the t...
Hydrocortisone asked 4/9, 2020 at 13:32

6

Solved

I'm kind of desesperate to make this keycloak work. I can authenticate but for some reason, my token introspection always fail. For example if I try to authenticate: curl -d 'client_id=flask_api' ...
Wintergreen asked 11/12, 2018 at 9:59

2

Solved

I would like to update/add password policy through Keycloak RestAPI. I went through the docs, but it looks like that I may only retrieve the list of password policy through APIs. Any other possible...
Amorist asked 31/3, 2021 at 9:30

2

Solved

In my application I have a link that redirects to the user's account page on the Keycloak server. In this page the user can update his personal information. The problem is that after entering his ...
Chinn asked 15/11, 2017 at 11:14

4

Solved

In my rest service i can obtain the principal information after authentication using KeycloakPrincipal kcPrincipal = (KeycloakPrincipal) servletRequest.getUserPrincipal(); statement. Keycloak prin...
Fornication asked 20/9, 2015 at 11:30

© 2022 - 2024 — McMap. All rights reserved.