-
Notifications
You must be signed in to change notification settings - Fork 21
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
How does one set up for backend auth? #69
Comments
It could definitely use some documentation, but here's a keycloak-config.json snippet that shows two clients.
keycloak-config does most of the work in setting up the confidential client with JWT auth. what it doesn't do is:
Numbers 1 and 2 can be performed manually from the keycloak admin console. In the past, I've also played with Keycloak's dynamic app registration support. It worked just fine, but that was before I was looking into confidential clients that use serviceAccounts and authenticate via JWT. |
@lmsurpre Not sure what I'm doing wrong but I've tried the following steps according to the docs but I am still unable to authenticate a backend service with JWT token
I get |
See [https://hl7.org/fhir/smart-app-launch/backend-services.html]. I don't see where I can do the client-confidential-asymmetric registration.
The text was updated successfully, but these errors were encountered: