Authentication with Keycloak and Ember Simple Auth

Has anybody already dealt with authentication against a Keycloak server? I’m trying to figure out how to couple it with Ember Simple Auth (ESA) but still stuck. A simple React tutorial explained how to do that with React (see the code-source of the example app here) and keycloak-js. I found and tried KeycloakAuth ember add-on but failed to couple it with ESA either.

Any ideas or links to the available libraries/resources would be appreciated :slight_smile:

Thank you!

Checkout GitHub - adfinis/ember-simple-auth-oidc: ember-simple-auth authenticator for the OpenID Connect standard

1 Like

Cool, thank you for sharing, I’ll take a try (by the way, for some reason, this add-on is ranked as WIP at ember-observer):