Skip to content

Configure listen address for OIDC loopback in step ssh login #439

Answered by mmalone
james-crocker asked this question in Q&A
Discussion options

You must be logged in to vote

Hey James,

We're trying to avoid duplicating all of the step oauth options on step ssh login. For this particular use case, you can set "listenAddress": "localhost:10000" in your OIDC provisioner config at your CA (in ~/.step/config/ca.json). Remember to HUP your server after modifying your config. If you're setting up a new provisioner you can also pass the --listen-address flag to step ca provisioner add to set this parameter. When you run step ssh login it'll fetch this setting from the CA and respect it automatically. You don't need to pass in a flag at all! Hopefully this satisfies your requirements. Lemme know if not.

I'm not sure what IdP you're using, but if you're able to get the…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dopey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #439 on December 22, 2020 18:31.