You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ step oauth --client-id=test-client-000 \
> --provider=http://localhost:8080/realms/test/.well-known/openid-configurationuse a valid provider: google or github
The text was updated successfully, but these errors were encountered:
A similar issue was opened recently, and there's some work in progress to make a connection work to an OAuth endpoint with a certificate issued by step-ca itself: smallstep/certificates#1940. That won't make it work for HTTP, but it does allow you to configure your local Keycloak if you provide it with a cert from step-ca itself.
I'll keep the issue open, so that we can internally discuss if we want to support plain HTTP too.
I would like to use
step oauth
with 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:
The text was updated successfully, but these errors were encountered: