coderrio/Coderr.Server

AccountService->AcceptInvitation can not create proper ClaimsPrincipals

mwuerth opened this issue · 0 comments

When accepting an invitation the call to CreateIdentity will be made before ApplicationRepository is aware of the applications the account is member of. This causes unauthorized exceptions.