About 670,000 results
Open links in new tab
  1. java - Implement custom SPI in Keycloak - Stack Overflow

    Jul 1, 2020 · I have started working on KeyCloak with angular and I want to try out adding my own custom SPI. But I am failing to understand the initial process. Like do I need to make a new …

  2. Keycloak custom SPI REST Endpoint with authorization

    Feb 1, 2019 · I'am trying to make custom SPI with custom REST endpoint, which should authenticate and authorise incoming requests by evaluating permissions on requested …

  3. Extend Keycloak authentication SPI - Stack Overflow

    Aug 14, 2018 · The org.keycloak.authentication.AuthenticatorFactory class is in keycloak-server-spi-private dependency that is used in the pom.xml of the samples. This maven artifact is on …

  4. Keycloak User Storage SPI Implementation - Stack Overflow

    Aug 13, 2019 · Incase if anybody ran into issues like this: UserStorage SPI wasn't displaying because of META-INF/services folder. It's provided in the documentation but it isn't clear In …

  5. How to obtain an access token within a Keycloak SPI?

    Sep 4, 2020 · 1 (Updated) If you are developing an internal Spi, you can access the same private apis Keycloak uses to generate access token from token request. You can quikly look into …

  6. How to programmatically create keycloak user session from SPI?

    Jan 30, 2023 · I need to get access/refresh pair (or at least access) tokens from a custom REST endpoint. So in general I need programmatically create a user session from SPI by user …

  7. Keycloak SPI to update password with condition - Stack Overflow

    Jun 3, 2024 · I am allowing user to reset their password using, forgot password functionality. But i needed to add few conditions before updating the password like, Check password is not same …

  8. Send verification code via e-mail after keycloak login

    May 13, 2023 · Implement a Keycloak SPI (Service Provider Interface): To customize Keycloak to send the OTP via email/SMS, you need to create a custom SPI. Keycloak SPIs allow you to …

  9. Keycloak - Custom SPI does not appear in list - Stack Overflow

    Oct 2, 2019 · I made a custom SPI for my keycloak server and now I have to configure it on the Admin console. I added the SPI as a module, with manual installation, so I have it on …

  10. KEYCLOAK: OTP using a custom user storage SPI - Stack Overflow

    Jun 1, 2023 · Good day, I was wondering if any anyone has information on how to implement 2fa using OTP in keycloak with a custom user storage SPI. I already have an extension for my …