'How to create a OIDC Discovery endpoint for /.well-known/smart-configuration
I have been recently working on to create our own full fledged FHIR server, for which I have used https://github.com/microsoft/fhir-server. However, while launching the FHIR client it searches for token using /.wellknown/smart-configuration.
OAuth2 has been used in the project for authorization, while When using the smart-launcher and launching the URL, it fails with below error.
Failed to fetch the well-known json https://localhost:44348/.well-known/smart-configuration
How can I create a route with /.wellknown/smart-configuration in OAuth2.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
