Activities of "Repunjay_TASC"

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

I have shared HRA and DEV URL over email please check.

ok let me try

hi

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

Ok np we will connect tomorrow.

Can you try recording the har again?

I'm trying to record my screen, but once I open the network tab, it doesn't appear in the recording. Let me try one more time sharing it with you shortly.

Why do you have two har files?

After redirected anchor-admin-dashboard above request remove from network that's why share two hra file.

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 
 

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

sure.. can you pls share one time zoom link i will connect

Hi, I have shared har over email please check and let me know if you required any other information.

Thanks.

ok sure

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.

As per our earlier discussion, you suggested that I change the approach. As a result, I moved all the code from the API to the Angular side, which is why the redirect URL is now different: http://localhost:4200/oidcredirect

However, we will set aside this approach for now. As per the POC project, we will follow the original approach.

Below is the POC redirect URL. We will now follow this POC code approach.

Same POC code i have implemented in my existing project. However, after redirect to dashboard, In My project connect/authorize and http://localhost:4200/?code=UAbYIzkcPox30xx API as well not call automatically from angular.

IF you see POC project in network tab you able to find out after redirect dashboard . connect/authorize and and http://localhost:4200/?code=UAbYIzkcPox30xx automatically call from angular .

If i am correct how to resolved this or my observation is not correct ? pls suggest.

you successfully redirected to dashboard right ?

add call back url "CallbackPath": "/api/oidc/ExternalLoginCallback" SSOAppTemplate.AuthServer appsetting.json

SSOAppTemplateAuthServerModule.cs file add below line inside ConfigureServices method

options.CallbackPath = configuration["Authentication:OpenIDConnect:CallbackPath"];

Showing 1 to 10 of 165 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11