
What are Keycloak's OAuth2 / OpenID Connect endpoints?
Feb 22, 2015 · We are not interested in using Keycloak's own client library, we want to use standard OAuth2 / OpenID Connect client libraries, as the client applications using the …
Should I use keycloak or not? - Stack Overflow
Apr 2, 2018 · In addition, Keycloak is too much about the GUI - which makes it difficult for me, especially during development. Because I also want to provide my team with a local instance …
Keycloak oauth2 [authorization_request_not_found]
Sep 8, 2023 · spring.security.oauth2.client.registration.keycloak.authorization-grant-type=authorization_code spring.security.oauth2.client.registration.keycloak.scope=openid
configuration - Get keycloak Server logs - Stack Overflow
Sep 23, 2019 · 23 We deployed keycloak server 4.6.0.Final for authentication for our web application How can i configure to get server logs? I cannot find any logs from server.log or …
https - Keycloak API always returns 401 - Stack Overflow
Oct 23, 2017 · I'm trying to interact with Keycloak via its REST API. I have the master realm and the default admin user, and a test realm. Firstly, I get an access token for the admin account …
Keycloak Docker HTTPS required - Stack Overflow
Apr 16, 2018 · Old answer for Keycloak up to 16.1.1 and Keycloak legacy 17+: Publish port 8443 (HTTPS) and use it instead of 8080 (HTTP): docker run \ --name keycloak \ -e …
Getting Keycloak's public key - Stack Overflow
Jan 23, 2019 · I inspected the certificate from keycloak's UI where you can manually get the public key, and it was a 10 year expiration. But that's not a given that it isn't scheduled to change …
Keycloak: Can I set the expiry of a token per client/user/role?
Jun 30, 2016 · 55 I'm currently setting up Keycloak to offer protection for some services. There will be both external customers and internal services consuming the same endpoints on my …
How to specify refresh tokens lifespan in Keycloak
Aug 27, 2018 · To make it clear, Keycloak is a hell. But for me, I had to set Client Session Idle to 0, Client Session Max to 0, SSO Session Idle to 999 Days. After that, I can control access …
Resources, scopes, permissions and policies in Keycloak
Feb 12, 2017 · Keycloak is working great for us in production (so far) with the exception of authorization, which was really difficult to relate to my actual problems. But I agree, there is …