-
Notifications
You must be signed in to change notification settings - Fork 83
Closed
Labels
🚨This issue needs some love.This issue needs some love.triage meI really want to be triaged.I really want to be triaged.
Description
Problem
When running inside of a container the local redirect server needs to bind to a different address than the the one supplied in the redirect URI. Binding to localhost in a container will only work if it is running on the host network.
Solution
Provide an optional argument to run_local_server which allows the bind address to specified separately to host. Default to host if it is not supplied.
Alternatives
The container can run with less secure --network=host but this is not available on some container runtimes.
aaccioly and johnnymo87
Metadata
Metadata
Assignees
Labels
🚨This issue needs some love.This issue needs some love.triage meI really want to be triaged.I really want to be triaged.