Keycloak alternative #2039
-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Currently Apicurio Studio is rather coupled with Keycloak. It should be possible to use a different IDP for the backend easily enough. I'm not 100% but I think the UI layer is coupled with Keycloak (we use keycloak's javascript library to support logins). We have support for non-keycloak logins in Apicurio Registry, so I imagine we could port that work over to Apicurio Studio as well if we haven't yet (WDYT, @carlesarnal ?) However, all of Studio's git integration features are heavily reliant on Keycloak to work. So those features will definitely not work with a different IDP. What I believe you can do is use Keycloak to federate/proxy to another IDP. So you could install Keycloak but configure it to use another IDP as the source of identity and roles. Not ideal but I think that's possible. |
Beta Was this translation helpful? Give feedback.
Currently Apicurio Studio is rather coupled with Keycloak. It should be possible to use a different IDP for the backend easily enough. I'm not 100% but I think the UI layer is coupled with Keycloak (we use keycloak's javascript library to support logins). We have support for non-keycloak logins in Apicurio Registry, so I imagine we could port that work over to Apicurio Studio as well if we haven't yet (WDYT, @carlesarnal ?)
However, all of Studio's git integration features are heavily reliant on Keycloak to work. So those features will definitely not work with a different IDP.
What I believe you can do is use Keycloak to federate/proxy to another IDP. So you could install Keycloak but con…