FHIR Chat · Bulk data server reference implementation · bulk data

Stream: bulk data

Topic: Bulk data server reference implementation


view this post on Zulip Yunwei Wang (Jul 06 2020 at 13:45):

I downloaded and run SMART bulkdata server RI (https://github.com/smart-on-fhir/bulk-data-server) on my local laptop. After running it several days, I could not remember which client I have added. How do I know which clients I have registered with this server? @Dan Gottlieb @Vladimir Ignatov

view this post on Zulip Robert Scanlon (Jul 06 2020 at 13:54):

Doesn't the server just encode the client details in the URL / Client ID (and not in a database on the server side)? So it doesn't save registration information in a traditional sense. Just regenerate the URL / Client ID by visiting the index page in a browser.

view this post on Zulip Vladimir Ignatov (Jul 06 2020 at 13:57):

That is correct. No client information is stored anywhere.

view this post on Zulip Yunwei Wang (Jul 06 2020 at 15:55):

Do I need to create a new client ID (for the same public key) after I restart the bulk data server?

view this post on Zulip Vladimir Ignatov (Jul 06 2020 at 16:05):

You don't need to create client IDs. They are created for you in the home page UI. In fact, those client IDs are simply encoded version of some of the settings you chose there . You can paste your ClientID at jwt.io to see what is inside. There is no client registration, thus we have no real client IDs. It is a little odd, bit it is stateless and works perfectly for a testing server.


Last updated: Apr 12 2022 at 19:14 UTC