Stream: implementers
Topic: RonFHIR
Grahame Grieve (Nov 14 2019 at 12:58):
@Sander Laverman I am working on the RonFHIR client, and in particular the OAuth support. What does "urn:ietf:wg:oauth:2.0:oob" as a redirect URL mean?
James Agnew (Nov 15 2019 at 15:14):
I believe the OOB means "out of band" - That URL is intended for testing scenarios where the token should just be given to the user so they can copy-paste it.
Pascal Pfiffner (Nov 18 2019 at 18:21):
Yes; the website just shows the code (and possibly state and other params) instead of redirecting, then you copy/paste it back to your app.
Last updated: Apr 12 2022 at 19:14 UTC