Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support any OIDC compatible auth server #188

Open
Powersource opened this issue Jan 7, 2021 · 0 comments
Open

Support any OIDC compatible auth server #188

Powersource opened this issue Jan 7, 2021 · 0 comments

Comments

@Powersource
Copy link
Member

Right now we only support Keycloak as the auth server, but I think it wouldn't be too difficult to make realities work with any OIDC server. I think the issues we'd have to fix:

  • Update env vars to be generic. E.g. not have one called KEYCLOAK_REALM
  • The slightly bigger issue is to stop using keycloak-connect and keycloak-connect-graphql in the backend, but this could probably/hopefully be done by going back to the JWT verification stuff we had before keycloak.

Step 1 would probably be to have someone actually ask for this though :P even if you could argue that this would either way end up with cleaner code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants