We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e11f456 commit 3d992ddCopy full SHA for 3d992dd
coderd/coderdtest/oidctest/idp.go
@@ -543,7 +543,7 @@ type ProviderJSON struct {
543
UserInfoURL string `json:"userinfo_endpoint"`
544
Algorithms []string `json:"id_token_signing_alg_values_supported"`
545
// This is custom
546
- ExternalAuthURL string `json:"exteral_auth_url"`
+ ExternalAuthURL string `json:"external_auth_url"`
547
}
548
549
// newCode enforces the code exchanged is actually a valid code
0 commit comments