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
Thank you!