I would like to use step oauth with a local test instance of keycloak, but I can't because it only accepts https:// urls:
|
if o.Provider != "google" && o.Provider != "github" && !strings.HasPrefix(o.Provider, "https://") { |
The error it gives when I try is also misleading:
$ step oauth --client-id=test-client-000 \
> --provider=http://localhost:8080/realms/test/.well-known/openid-configuration
use a valid provider: google or github
I would like to use
step oauthwith a local test instance of keycloak, but I can't because it only acceptshttps://urls:cli/command/oauth/cmd.go
Line 329 in 797ae59
The error it gives when I try is also misleading: