Skip to content

I/O error on GET request for "https://localhost/application/o/{name}/.well-known/openid-configuration": Connection refused #10984

Answered by briclabs
briclabs asked this question in Q&A
Discussion options

You must be logged in to vote

Found the solution. No modification necessary to the Authentik docker compose file. Modification was necessary for my app's docker compose file, however. I had to add the Authentik network to my app's container, and add this at the bottom:

networks:
  authentik_default:
    driver: bridge
    name: authentik_default
    external: true

Name of the network was ascertained by doing a docker network ls while Authentik was running. That told me the name of the Authentik network. I then modified my application.yaml so it looked at the container name instead of localhost. I was able to obtain the container name of Authentik's "server" container via docker container ls. Hope this helps someone e…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by briclabs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant