We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a79e7f2 commit 660b6e7Copy full SHA for 660b6e7
services/auth/sspi_windows.go
@@ -32,7 +32,7 @@ var (
32
sspiAuth *websspi.Authenticator
33
34
// Ensure the struct implements the interface.
35
- _ SingleSignOn = &SSPI{}
+ _ Auth = &SSPI{}
36
)
37
38
// SSPI implements the SingleSignOn interface and authenticates requests
0 commit comments