Integrating Identity server in storefront

We were trying to integrate the Identity Server in Storefront.

We have tried with the OpenIdConnect to integrate in storefront but we are facing some issues. Response from the Identity server we cannot able read.
Image that we have attached is the way we have trying to integrate in storefront.

Is there any direct method to integrate the Identity Server in Storefront.

We don’t have OOTB solution because, you can have a custom configuration and it depends from version.

But Virto Commerce Storefront is ASP.NET Core 6 application. Please review these instructions:

Introduction to Identity on ASP.NET Core | Microsoft Learn
Using ASP.NET Core Identity — IdentityServer4 1.0.0 documentation

I hope it helps with configuration.

Thanks for the replay. We will checkout this links.