Skip to content

MapIdentityApi email confirmation links uses relative instead of absolute URLs #50296

@halter73

Description

@halter73

When you register a user with MapIdentityApi's /register endpoint, it sends an email with a relative confirmation link like /identity/confirmEmail?userId={id}&code={code} rather than https://example.com/identity/confirmEmail?userId={id}&code={code} which makes the confirmation link unusable.

See https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-8-preview-7/comment-page-2/#comment-18682 for the original customer report.

Metadata

Metadata

Assignees

Labels

area-identityIncludes: Identity and providersbugThis issue describes a behavior which is not expected - a bug.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions