p.s. 1:30am in morning here now, so if you provide instructions either here or by
I understand now, will do so in the morning and
file I have emailed you (as too large to paste here), if not then confirm which file you want or I can
[image.png](/QA/files/3a1750a97b1f71464976a4598b196899.png)
As per
yes, will
Hello
Can you share your test project support@abp.io
If the problem persists, you can share a sample project via this
> liming.ma@volosoft.com
I have sent it to your
Please take a look at the
Can you please review internally based on the
hi
Send an
I have sent you the log file by
I overwrote everything I knew and I didn't find anything in the classes / handlers you sent me by
we can fix it by confirming the user's
to the
Hi @maliming
I just sent you the log file on above
"fragment",
"query"
],
"scopes_supported": [
"openid",
"offline_access",
"
I've been able to write a `PasswordlessExtensionGrant : ITokenExtensionGrant` that takes `
:
```
let result = await this.authService.loginUsingGrant('passwordless-auth2', {token: token,
:
= context.Request.GetParameter("
ToString();
var user = await _userManager.FindByEmailAsync(
**: Auth Server Separated
I am trying to implement a system where the user is sent a OTP to their
Implemented my own endpoint that sends a OTP to the user's
Added a page which the
the token and
passwordless-auth");
await _emailManager.SendOtpEmailAsync(new SendOtpEmailInput()
{
I can share the 8.3.2 solution with you by
Hi,
Sent you an
When I test my module solution the
my
my
> If needed, I can share the URL of our test environment and movie with the issue presented via
yes , please. my
If needed, I can share the URL of our test environment and movie with the issue presented via
If its possible, can I send to you on
Hi,
I sent to you an
var
null : await UserManager.FindByEmailAsync(
trace**:
* **Steps to reproduce the issue**:
Intended flow:
- We have users login with SSO, if their
whitelisted, we will create a new user
```
public virtual async Task AutoRegisterUserAsync(string
currentTenant.Change(tenant.Id))
{
var existingUser = await _userManager.FindByEmailAsync(
var newUser = new IdentityUser(
_guidGenerator.Create(),
,
I just need to override the login page to verify the 6-digit code received by
This typically happens when they copy and paste their temporary passwords from an
redirectUri: baseUrl,
clientId: 'Angular',
responseType: 'code',
scope: 'offline_access openid profile
What's your
>
> What's your