Authentication Docker compose #5057
-
Hello! I am trying to add authentication to a fhir server that runs from a Docker Image. I am having 2 issues that I am not sure how to solve and maybe someone can help me. First I have to expose 2 ports to be able to have authentication (8080 for fhir-server and 44348 for token retrieval). And second I have to declare a
can somebody help me? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi @ale-calzadilla! I'd like to understand more about what you are trying to accomplish. When adding authentication to your FHIR docker environment, are you trying to integrate with another identity provider that has existing users defined or do you want to use the IdentityServer implementation to manually manage authentication inside the scope of the FHIR container? We use IdentityServer mainly for development and testing and generally recommended an external identity provider. Thanks! |
Beta Was this translation helpful? Give feedback.
Hi @ale-calzadilla ! IdentityServer is used in the Docker image just for local testing. To host the Docker image, please use a OpenID authentication provider, for example Entra ID.