Stream: dotnet
Topic: FhirClient Auth
Paul Watt (Apr 25 2018 at 22:57):
Does Rest.FhirClient support any out of the box authentication mechanisms?
Brian Postlethwaite (Apr 25 2018 at 23:38):
Handle the OnBeforeRequest event and you can use any of them.
I've personally used it to supply the authorization header, Integrated Security and client certificate techniques.
Brian Postlethwaite (Apr 25 2018 at 23:39):
It doesn't do OAuth, as that requires user interaction via the Browser, which is very dependent on the context that you're using it.
Paul Watt (Apr 26 2018 at 03:33):
Thanks @Brian Postlethwaite . That will do the job.
Last updated: Apr 12 2022 at 19:14 UTC