Authentication Docker compose #5057
Unanswered
ale-calzadilla
asked this question in
Q&A
Replies: 1 comment 2 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.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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
user: '0:0'
in my docker compose to be able to start IdentityServe if not, I get this error:Unhandled exception. System.UnauthorizedAccessException: Access to the path '/app/tempkey.jwk' is denied.
can somebody help me? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions