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
The process are:
OpenIdConnect
-> auth0.com(redirect url is https://localhost:44333/api/oidc/ExternalLoginCallback)
https://localhost:44333/api/oidc/ExternalLoginCallback
-> http://localhost:4200/?code=UAbYIzkcPox30xx
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);
}
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.