Stream: FHIR at Scale Taskforce (FAST): Identity
Topic: Hello Jan2022 Connectathon!
Abbie Watson (Jan 11 2022 at 16:33):
Hello track!
Dan Cinnamon (Jan 11 2022 at 17:19):
Hi @Abbie Watson - i'm excited to test your client against my UDAP server- however right now it looks like the entry fields are not letting me update the in-scope fhir endpoint (like on the register page for example)
Abbie Watson (Jan 11 2022 at 18:06):
Hi Dan,
You mean the sendRegistration
text input? Yeah, that's pulling from the config file. It's suppose to be going through the component state to add just-in-time editing. Putting it on my punch list.
Dan Cinnamon (Jan 11 2022 at 18:08):
yeah that whole page- i wasn't sure where to start
Abbie Watson (Jan 11 2022 at 18:10):
It's following these two documents, and building up the security certificate and JWT and software statement....
https://build.fhir.org/ig/HL7/fhir-udap-security-ig/
https://www.udap.org/udap-dynamic-client-registration.html
Abbie Watson (Jan 11 2022 at 18:17):
The idea is that the wellknownUdap
endpoint is queried to get the public certificate to sign against; and then there's some back-and-forth with the VhDir to build a software registration statement and sign it with a certificate, and then that's sent to the /oauth/registration
point. I've used separate URLs instead of assuming a common base URL, so that we can eventually separate out the auth server and the certificate store.
Dan Cinnamon (Jan 11 2022 at 20:21):
Makes sense! Are you available to take a look? I think my next step is i need to update the "wellknownUdap" endpoint.
Dan Cinnamon (Jan 12 2022 at 13:56):
FYI- I'll be about 30 mins late to the Day 2 kick off as I have another commitment this morning
Last updated: Apr 12 2022 at 19:14 UTC