0
phil@travelengine.com.au created
ABP Framework version: v7.3.1
UI Type: Blazor Server
Database System: EF Core (SQL Server)
Tiered (for MVC) or Auth Server Separated (for Angular): no
Exception message and full stack trace: n/a
Steps to reproduce the issue:
Created a new Blazor Server app
Fine so far. I can create a new user using Azure AD credentials no problems. However then I try and link an Azure AD account to existing ABP user.
- Login with an existing account (
admin
) and go to Linked Accounts - Click 'New link account' to get the Link account login screen
- Click the highlighted option to login with Azure AD, which redirects to the Register page after successful authentication
- Click Register and a new ABP user is created, rather than linking the Azure AD login with the existing ABP user (admin). There are no new linked accounts for the
admin
ABP user nor the newly created user associated with Azure AD.
Am I missing something? What is the most straightforward way of associating an Azure AD account with an ABP user?