Base solution for your next web application
Open Closed

Facing issue on Configuring IdentityServer4 in asp .net zero. #10242


User avatar
0
shedspotter created

Prerequisites

What is your product version - v8.9.2** What is your product type (Angular or MVC) - Angular What is product framework type (.net framework or .net core) - net core 3.1

What is ABP Framework version - yes version 5.9.0

Following these docs for Configuring IdentityServer4 in asp .net zero but we cant getting any error or output also. Could you please provide sample project or conduct call for the issue.

https://docs.aspnetzero.com/en/aspnet-core-angular/v8.9.0/Infrastructure-Core-Angular-Identity-Server4-Integration https://aspnetboilerplate.com/Pages/Zero/Identity-Server-vNext#testing

Thanks in advance


5 Answer(s)
  • User Avatar
    0
    gterdem created
    Support Team

    Following these docs for Configuring IdentityServer4 in asp .net zero but we cant getting any error or output also. Could you please provide sample project or conduct call for the issue.

    Do you get error in development but can't find the problem? Or do you get erros in production? Do you run identityserver on container?

    Can you give more details about your issue? What do you intent to do and what do you come across?

  • User Avatar
    0
    shedspotter created

    While running ConsoleApiClient getting the error.

  • User Avatar
    0
    shedspotter created

    We have fixed the error :-

    1. we can not login in swagger with same credential. 2.Where we can download the project
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @shedspotter

    I'm glad that, you have fixed the problem.

    1. Swagger UI login doesn't use Identity Server Login.
    2. This project is located under test folder of AspNet Zero solution.
  • User Avatar
    0
    shedspotter created

    Thanks for the reply issue is fixed.