Skip to content

feat: add azure oidc PKI auth instead of client secret #9054

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Aug 14, 2023
Merged
Prev Previous commit
Next Next commit
Test linting
  • Loading branch information
Emyrk committed Aug 14, 2023
commit 14796449a04b7cbe5604140de55dfc4f8e27bc02
1 change: 1 addition & 0 deletions coderd/oauthpki/okidcpki_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ func TestSavedAzureADPKIOIDC(t *testing.T) {

// This simulates a client logging into the browser. The 307 redirect will
// make sure this goes through the full flow.
// nolint: noctx
resp, err := fakeClient.Get(pki.AuthCodeURL("state", oauth2.AccessTypeOffline))
require.NoError(t, err)
_ = resp.Body.Close()
Expand Down