|
- What are Keycloaks OAuth2 OpenID Connect endpoints?
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 keycloak server will be written in a wide range of languages (PHP, Ruby, Node, Java, C#, Angular) Therefore the examples that use the Keycloak client aren't of use for us
- Keycloak: Can I set the expiry of a token per client user role?
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 services Can I set the token expiry on a user or role or client level, or use a mix of tokens and Basic auth?
- Keycloak API always returns 401 - Stack Overflow
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 and test realm: le
- Keycloak Docker HTTPS required - Stack Overflow
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 KEYCLOAK_USER=myadmin \ -e KEYCLOAK_PASSWORD=mypassword \ -p 8443:8443 \ jboss keycloak Keycloak generates self signed cert for https in this setup Of course, this is not a production setup
- keycloak Invalid parameter: redirect_uri - Stack Overflow
According to the version 18 release note Keycloak does not support logout with redirect_uri anymore you need to include post_logout_redirect_uri and id_token_hint as parameters Please check the answer of this question for more information keycloak: using react user can login but when I try logout I get a message "Invalid parameter: redirect
- Keycloak infinispan cache configuration change at startup without . . .
We are running Keycloak 21 1 2 on Kubernetes using DNS_PING with a headless service for discovering nodes in the cluster While building the Keycloak image, we set the cache-config-file location to
- Resources, scopes, permissions and policies in Keycloak
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 lots of documentation about how Keycloak does OIDC, but also a pervasive assumption that we know OAuth and OIDC It's hard to relate Keycloak to application problems if you don't already know OIDC, but for me Keycloak was
- How are Keycloak roles managed? - Stack Overflow
Keycloak is a great tool, but it lacks proper documentation So we have Realm roles, Client roles and User roles How do there 3 work together when accessing an application using a specific client?
|
|
|