Skip to content

Commit

Permalink
Update selfservice/strategy/oidc/provider_microsoft.go
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr authored and splaunov committed Mar 5, 2022
1 parent 8ba3df7 commit 88456e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfservice/strategy/oidc/provider_microsoft.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func (m *ProviderMicrosoft) updateSubject(ctx context.Context, claims *Claims, e
return nil, errors.WithStack(herodot.ErrInternalServerError.WithReasonf("%s", err))
}

claims.Subject = user.Id
claims.Subject = user.ID
}

return claims, nil
Expand Down

0 comments on commit 88456e0

Please sign in to comment.