Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [keycloak]

Keycloak is an integrated single sign-on (SSO) and identity manager (IDM) for browser apps and RESTful web services. It is built on top of JBoss and WildFly, it complies with the OAuth 2.0, Open ID Connect (OIDC), JSON Web Token (JWT) and SAML 2.0 specifications.

0 votes
0 answers
7 views

Keycloak Unable to login via OAuth (Portainer)

I'm trying to configure OAuth for Portainer via Keycloak. Everything is done as described in various guides, but I still can't get it to work. Here is my docker-compose.yaml: yaml Copy code version: '...
Vasilii Kazmin's user avatar
0 votes
0 answers
7 views

Keycloak: Multiple authentication methods after login

In Keycloak I am trying to create an authentication flow which requires the user to log in and then let it choose from either the OTP Form Method or the WebAuthn Method. I must assume that some users ...
Erwin Tran's user avatar
0 votes
0 answers
10 views

Use .env variables in Keycloak Admin Console Client configuration

Checking Keycloak's default clients for a new realm, you can find this kind of value, for example, in security-admin-console, the Rool URL is ${authAdminUrl}. That translates to localhost:8080 in my ...
Heitor's user avatar
  • 161
0 votes
0 answers
6 views

next-auth & keycloak access token problem and showing wrong user after refreshing page

I have a nextjs 14 project. I use "next-auth": "^4.24.5" and Keycloak for authentication. Recently I have found an odd problem. Somedays it does not happen, somedays it happens a ...
elahe karami's user avatar
0 votes
0 answers
29 views

Using multiple JWT schemes with SignalR WebSocket Hub in ASP.NET Core 8.0

I am unable to get claims because user is not authenticating while connecting to signalr web socket hub. I have sent the token in query string as mentioned here. I want to use multiple JWT scheme ...
Ghazanfar Khan's user avatar
0 votes
0 answers
8 views

Keycloack get the secondary access token

Im filling in for another developer atm, so i dont know the full details nor the implementation, but i try to explain it to the best of my knowledge. We have a keykloack setup for authentication, user ...
Marko Taht's user avatar
  • 1,490
0 votes
0 answers
13 views

Keycloak Admin Client - Unrecognized Field "userProfileMetadata" Error Despite Field Not Present in JSON

I am encountering a persistent issue when trying to create a user in Keycloak using the Keycloak Admin Client. Despite ensuring that the userProfileMetadata field is not present in the JSON payload, ...
Iman's user avatar
  • 819
0 votes
1 answer
16 views

keycloak skips OTP when a user creates an account

We want to force the user to use OTP when it tries to login to a specific client. What we have done so far. We made a copy of the "browser" authentication flow and named it "browser otp&...
Henry's user avatar
  • 1
0 votes
0 answers
20 views

Choosing an OIDC flow for WebAuthn when using Keycloak

I am new to OIDC and WebAuthn. I want to provide a progressive passwordless experience for my users. I understand that passkeys are supported by Windows/Mac/iOS/Android. I want to configure a Keycloak ...
arnabkaycee's user avatar
  • 1,634
0 votes
0 answers
13 views

How to Change the ID of Username and Password Input Fields in Keycloak Login Page?

I am using Keycloak for authentication in my application, and I need to customize the login page. Specifically, I need to change the IDs of the username and password input fields. The reason for this ...
RvQ's user avatar
  • 1
0 votes
1 answer
23 views

.NET JWT bearer verification not handled by the framework

Why is that despite having the .well-known/openid-configuration specified in .NET auth settings - we still need to provide the all the information manually? I my auth flow - the RSA asymmetric ...
Alex's user avatar
  • 5,078
1 vote
1 answer
34 views

keycloak-angular with standalone components this._instance undefined causing TypeError on login()

I'm attempting to setup keycloak-angular in a v18 SPA following this approach which seems to have had historic success. When calling the login method keycloak.login() I receive the following error ...
Funsaized's user avatar
  • 2,078
-1 votes
0 answers
19 views

Keycloak concurrency issue while updating roles of a user after authentication with external server

I'm facing an issue with Keycloak while using an external user storage provider. The problem occurs when the same user tries to log in concurrently on multiple devices. Here are the details: Scenario: ...
Niranjan Raghu's user avatar
1 vote
1 answer
23 views

keycloak service account authentication

Prerequisites: keycloak is running in docker using image keycloak/keycloak:latest added a new Client (service account), which has a Client ID and a Client Secret as in picture below default realm is ...
Alex's user avatar
  • 5,078
1 vote
0 answers
43 views

Keycloak added custom endpoint

I use keycloak version 21.1.1, I added new custom endpoint(test endpoint), here link to my sample project - https://github.com/j-developer-days/keycloak-rest-endpoint/tree/Option1 in github I ...
JDev's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
538