Skip to content

Commit d3fe73c

Browse files
ndyakovCopilot
andauthored
Update identity/managed_identity_provider.go
Co-authored-by: Copilot <[email protected]>
1 parent 2613976 commit d3fe73c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

identity/managed_identity_provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ func (m *ManagedIdentityProvider) RequestToken() (shared.IdentityProviderRespons
117117
// the resource is the URL of the resource that the identity has access to
118118
authResult, err := m.client.AcquireToken(context.TODO(), resource)
119119
if err != nil {
120-
return nil, fmt.Errorf("coudn't acquire token: %w", err)
120+
return nil, fmt.Errorf("couldn't acquire token: %w", err)
121121
}
122122

123123
return shared.NewIDPResponse(shared.ResponseTypeAuthResult, &authResult)

0 commit comments

Comments
 (0)