apioo / fusio

Open source API management platform

Home Page:https://www.fusio-project.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use with custom oauth2 provider eg keycloak

Sniffr opened this issue · comments

is there a way we can use fusio with a custom oauth2 provider such as keycloak this is not mentioned in the docs

Hi @Sniffr so we have no explicit Keycloak provider but we have an general OpenID Connect provider which is maybe compatible with Keycloak but I haven`t tested this yet. Otherwise it is always possible to create a complete custom provider for Keycloak.

noted so how would i configure the custom provider or also use this general OpenID Connect provider

so at the Backend under System / Identity you can configured a new identity provider, there you could try to configure a Keycloak provider using the OpenID Connect class where you need to configured the fitting endpoints and credentials from Keycloak, once configured you should see a new button at the login page where you can start the login flow.