Starts in:
1 DAY
14 HRS
48 MIN
26 SEC
Starts in:
1 D
14 H
48 M
26 S

Activities of "maliming"

ok, Can you share the har again and an access_token?

I want to confirm your angular has same process as https://abp.io/support/questions/8267/Tenant-Id-and-Tenant-Name-Not-Set-in-Header-After-Dashboard-Redirect-SSO-OIDC#answer-3a163675-cf75-bff7-f6b5-ea26eb547742

hi

Can you share the har file again?

The redirect uri of the POC project and your previous request are different.

Please re-record the har of your project.

Thanks.

Yes

The process are:

  1. localhost:4200 -> login -> redirect - https://localhost:44333/Account/Login
  2. OpenIdConnect -> auth0.com(redirect url is https://localhost:44333/api/oidc/ExternalLoginCallback)
  3. signing at auth0 -> https://localhost:44333/api/oidc/ExternalLoginCallback -> http://localhost:4200/?code=UAbYIzkcPox30xx
  4. success

The access_token are issuer from https://localhost:44333 instead of auth0.com

sure : )

unauthorized_client: Callback URL mismatch. https://localhost:44333/signin-oidc is not in the list of allowed callback URLs

hi

You have to use a different URL for the same GET actions.

[HttpGet]
[Route("all")]
public Task<List<DocumentInboxForViewDto>> GetAllAsync(GetDocumentInboxesInput input)
{
return _documentInboxesAppService.GetAllAsync(input);
}

[HttpGet]
public virtual Task<PagedResultDto<DocumentInboxDto>> GetListAsync(GetDocumentInboxesInput input)
{
return _documentInboxesAppService.GetListAsync(input);
}

ok

I have downloaded your project. Can you share the steps to reproduce the problem?

Thanks.

hi

You can create a new GitHub private repository and invite me as a contributor.

https://github.com/maliming

hi

POC project not able to shared you because browser restriction

What does that mean?

You can share the project via one drive, google drive or https://wetransfer.com/

Please include the steps to reproduce the problem.

Thanks.

Showing 71 to 80 of 8490 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 20, 2024, 13:06