Skip to content

Address support on OIDC provisioners#156

Merged
maraino merged 5 commits into
masterfrom
okta-support
Sep 20, 2019
Merged

Address support on OIDC provisioners#156
maraino merged 5 commits into
masterfrom
okta-support

Conversation

@maraino
Copy link
Copy Markdown
Collaborator

@maraino maraino commented Sep 19, 2019

Description

This PR adds support for a listenAddress property in the OIDC provisioners that allows defining a fixed port for those OIDC providers that don't support a random port, like Okta or Auth0.

If the OIDC provisioner defines a listen address the oauth command will be executed with the flag --listen <listenAddress>.

Fixes #150
Requires smallstep/certificates#105

@maraino maraino requested a review from dopey September 19, 2019 00:04
Copy link
Copy Markdown
Contributor

@dopey dopey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@codecov
Copy link
Copy Markdown

codecov Bot commented Sep 19, 2019

Codecov Report

Merging #156 into master will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #156      +/-   ##
==========================================
+ Coverage   68.32%   68.33%   +<.01%     
==========================================
  Files          61       61              
  Lines        8351     8353       +2     
==========================================
+ Hits         5706     5708       +2     
  Misses       2276     2276              
  Partials      369      369
Impacted Files Coverage Δ
token/parse.go 95.55% <ø> (ø) ⬆️
crypto/x509util/convert.go 98.7% <0%> (+0.01%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6b2c852...ba40ce0. Read the comment docs.

@maraino maraino merged commit 66f7b45 into master Sep 20, 2019
@maraino maraino deleted the okta-support branch September 20, 2019 23:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants