mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
fix: add support for custom auth header with client secret (#10513)
This fixes OAuth2 with JFrog Artifactory.
This commit is contained in:
@ -35,6 +35,7 @@ const (
|
||||
EnhancedExternalAuthProviderGitLab EnhancedExternalAuthProvider = "gitlab"
|
||||
EnhancedExternalAuthProviderBitBucket EnhancedExternalAuthProvider = "bitbucket"
|
||||
EnhancedExternalAuthProviderSlack EnhancedExternalAuthProvider = "slack"
|
||||
EnhancedExternalAuthProviderJFrog EnhancedExternalAuthProvider = "jfrog"
|
||||
)
|
||||
|
||||
type ExternalAuth struct {
|
||||
|
Reference in New Issue
Block a user