Starts in:
1 DAY
18 HRS
12 MIN
58 SEC
Starts in:
1 D
18 H
12 M
58 S

Activities of "maliming"

hi I have checked the latest har file

Can you try to set redirect_uri as http://localhost:4200 at First auth2 login request?

Your angular doesn't start the oauth2 login process.

If you can share a project that reproduces your problem, this would be the fastest way to troubleshoot the problem.


The POC angular project

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

Your angular project

localhost:4200 -> 
login -> 
redirect - https://localhost:44333/Account/Login (https://localhost:44333/api/oidc/ExternalLoginCallback) -> 
OpenIdConnect -> 
auth0.com(redirect url is https://localhost:44333/api/oidc/ExternalLoginCallback) -> 
signing at auth0 -> 
https://localhost:44333/api/oidc/ExternalLoginCallback(code=123123) -> 

hi

Identity service logs

  1. Please share a test access_token

  2. Please set the log level as Debug and share full logs of Identity service logs

public class Program
{
    public async static Task<int> Main(string[] args)
    {
        Log.Logger = new LoggerConfiguration()
            .MinimumLevel.Debug()
            .MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Warning)
            .Enrich.FromLogContext()
            .WriteTo.Async(c => c.File("Logs/logs.txt"))
            .WriteTo.Async(c => c.Console())
            .CreateLogger();```
  1. Please set a breakpoint in Identity service project to see the current claims of the api/identity-service/user-account/GetPAuthWithPermission call.

hi

. However I am still seeing the issue with the weird column widths

Can you share a screenshot for that?

Thanks

Yes, you can use blazorise

and you can try to publish your angular&authserver website to internet. So I can check it online.

You can select the preserve logs

They will use a one browser tab throughout the whole process.

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

hi

I'm off work(UTC+8) : (

Can you try recording the har again?

Why do you have two har files?

localhost:4200 -> login -> redirect - https://localhost:44333/Account/Login -> OpenIdConnect -> auth0.com(redirect url is https://localhost:44333/api/oidc/ExternalLoginCallback)

signing at auth0 -> https://localhost:44333/api/oidc/ExternalLoginCallback -> http://localhost:4200/?code=UAbYI -> success

I didn't see such a process:

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

hi

Can I check it by zoom? Your process and POC project are different.

Please use zoom client join and share your screen.

https://us05web.zoom.us/j/81532058135?pwd=IwBnxMffhlJsUptdHTdYomYviAfeDD.1

Thanks.

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