Hi!
I'm playing with OAuth2 with FHIR Server, but returned tokens cause 401 or 403 errors when trying to get FHIR resources.
I tried using fhir-client.js and Postman. Access tokens returned have been failing for both, with a 401 when trying through fhir-client.js and a 403 using Postman.
Here are my settings:
OAuth2 server
OAuth2 user
OAuth2 application
fhir-client.js launch page
<!DOCTYPE html>
<html>
<head>
<script src="https://cdn.jsdelivr.net/npm/fhirclient@2.5.2/build/fhir-client.js"></script>
</head>
<body>Loading...</body>
<script>
FHI.png)

