Mariano Cano

Results 297 comments of Mariano Cano

I haven't looked in detail on this, but we will soon be releasing some webhook functionality that can be used to add extra data to certificate templates. You can, for...

> Does the existing OIDC provisioner a) issue an OIDC UserInfo request? Not really, it does a request with the scope `scope=openid+email`, so the token we get back has an...

@rohan-wire Do you have a high-level design for the challenge I can take a look at?

@hslatman Your validation was released with v0.22.0, can we consider this fixed?

If the provisioner is stored in the database, don't you think it makes more sense to use the database to store the template too, so `step-ca` and administrators do not...

Hi @jpathy, although the clients can be forced to use a specific interface to dial out, can you tell us why adding static routes (`ip route add`, `route add`, ...)...

For `step ca` commands it might be easy as most of them use the same client, but we would probably do it using an environment variable. Would that work for...

We mainly use it for OIDC, but it should also work for plain OAuth 2.0, so I guess if it doesn't work with GitHub, it might be a bug. [Here...

We should test that header on other IdPs and see if we can just send it always, I think it should work.