Top "Keycloak" questions

Integrated Single Sign On (SSO) and Identity Manager (IDM) for browser apps and RESTful web services.

How to specify refresh tokens lifespan in Keycloak

Keycloak refresh token lifetime is 1800 seconds: "refresh_expires_in": 1800 How to specify different default expiry time? In Keycloak admin ui, …

oauth-2.0 access-token openid-connect keycloak refresh-token
invalid redirect_uri Keycloak when client is not on localhost

I've got my Keycloak Server deployed on aws EC2 behind a reverse Proxy and my Frontend client (Springbootapp) sits on …

amazon-ec2 keycloak jwilder-nginx-proxy
Keycloak SSL setup using docker image

I am trying to deploy keycloak using docker image (https://hub.docker.com/r/jboss/keycloak/ version 4.5.0-Final) and facing …

docker ssl keycloak keycloak-services
Keycloak Angular 2 - Check authenticated status Keycloak object

I'm implementing the Keycloak authentication service in my Angular 2 project. I use a service for logging in, logging out etc. …

authentication angular keycloak keycloak-services
Keycloak create a custom identity provider mapper

i have an open id provider and i use this provider as identity broker of keycloak. I want to map …

jboss keycloak jboss-tools jboss-eap-7 keycloak-services
Enable role authentication with spring boot (security) and keycloak?

I am trying to do a simple thing. Want to make a request to a single endpoint and send a …

java spring spring-boot keycloak
KeyCloak should be used as auth server for my users?

So I want to have single sign in, in all the products using a auth server but that's not only …

authentication authorization auth0 keycloak
How to use Keycloak with Flask REST API Service

I am trying to implement the Keycloak to my Flask Rest Service but it always gives below error. {"error": "invalid_…

flask keycloak flask-restful
Flask-OIDC with keycloak - oidc_callback default callback not working

I'm trying to use Flask-oidc in a simple flask application in order to add authentication via keycloak. However, once I …

python flask keycloak flask-oauthlib
Example keycloak spring-boot app fails to find bean KeycloakSpringBootConfigResolver

I'm trying to run example app from: https://github.com/keycloak/keycloak-quickstarts/tree/latest/app-springboot I'm getting error: *************************** APPLICATION FAILED …

java spring-boot keycloak