About 19,400,000 results
Open links in new tab
  1. 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 keycloak server will be …

  2. KeyCloak - Reddit

    Brining the KeyCloak community together to build the future of Identity and SSO. #security #blockchains #identity

  3. 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 of keycloak during …

  4. Keycloak: Access token validation end point - Stack Overflow

    Jan 16, 2018 · 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. …

  5. keycloak - Obtaining an access token via cURL - Stack Overflow

    May 9, 2018 · Unfortunately it was a typo : ( About the 404, I guess it normal since keycloak-server.company.com is not a real server name. I'll edit the question to avoid confusion.

  6. 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 before that. I'm …

  7. keycloak Invalid parameter: redirect_uri - Stack Overflow

    Jul 27, 2017 · 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. …

  8. keycloak - How to redirect keyclock to application's page and get …

    Sep 8, 2020 · You can simply pass response_type=token in keycloak's login URL and get the whole token inside it (URL) after redirection. Also, make sure you have turned on Implicite flow in your …

  9. How are Keycloak roles managed? - Stack Overflow

    Dec 30, 2022 · 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 …

  10. Keycloak, openId-connect userInfo - Stack Overflow

    Sep 30, 2016 · Go to keycloak admin console and choose your client, go to mapper tab and create a mapper for realm roles (it is a built in mapper, no need to create it manually). By default it will inject …