Hi You could probably use the SPI instead if you like. This tutorial was just a way of showing how to use the two frameworks together and in the process learn a bit about Quarkus and a little bit about Keycloak. But they are not required. I hope this helps. Thank you for watching my videos. Best regards Daniel
@@DanielPersson ok so if i had the task of adding let’s say a recaptcha to the registration page. I can do this feature by creating a custom extension either using the SPI or in Quarkus framework?
Hi Well, I've not tried this task and I'm not sure if recaptcha is a part Keycloak but adding it should be possible using Quarkus or any other web framework I guess. I hope this helps. Best regards Daniel
Hi Yes, under the hood there is an connection to the keycloak servers API to verify the credentials using oauth. Thank you for watching my videos. Best regards Daniel
so keycloak isn't written in quarkus framework? is quarkus like wildfly where i use it to boot keycloak and deploy my custom extensions (jars) to it?@@DanielPersson
what happens if the Resource uri has a parameter, for example @Path("/{username}/details")? How do we configure the Resource URI in Keycloak?
Hi Chris.
You can use regex as your URIs so that should not be a problem.
I hope this helps. Thank you for watching my videos.
Best regards
Daniel
so when i want to create a custom extension like the good old days, do I need to build it with Quarkus instead of using keycloak SPI?
Hi
You could probably use the SPI instead if you like. This tutorial was just a way of showing how to use the two frameworks together and in the process learn a bit about Quarkus and a little bit about Keycloak. But they are not required.
I hope this helps. Thank you for watching my videos.
Best regards
Daniel
@@DanielPersson ok so if i had the task of adding let’s say a recaptcha to the registration page. I can do this feature by creating a custom extension either using the SPI or in Quarkus framework?
Hi
Well, I've not tried this task and I'm not sure if recaptcha is a part Keycloak but adding it should be possible using Quarkus or any other web framework I guess.
I hope this helps.
Best regards
Daniel
how this authorization works under the hood?
is quarkus calls keycloak to validate permissions
Hi
Yes, under the hood there is an connection to the keycloak servers API to verify the credentials using oauth.
Thank you for watching my videos.
Best regards
Daniel
so keycloak isn't written in quarkus framework? is quarkus like wildfly where i use it to boot keycloak and deploy my custom extensions (jars) to it?@@DanielPersson
@@DanielPersson interested what exact kc server endpoint they are using to verify creds