Base solution for your next web application
Open Closed

User login between two different projects #10218


User avatar
0
Simonlum created

Hi team I built two website, one is Asp.net Core 8.7 ,the other is Asp.net Core10.1 i want to share user login authen for each other,can it be done thank you

Markdown is supported
Copy & paste or drag & drop images (max 30 MB per image)

3 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @Simonlum

    You can enable Identity Server on each app and configure OpenID Connect on each app to login with the other one.

    Markdown is supported
    Copy & paste or drag & drop images (max 30 MB per image)
  • User Avatar
    0
    Simonlum created

    Hi @ismcagdas thanks for your response but it seems to the OpenIdConnect does not implement。

    Can you give a detailed configuration tutorial

    Markdown is supported
    Copy & paste or drag & drop images (max 30 MB per image)
  • User Avatar
    0
    musa.demir created

    Hi @Simonlum You can check that documentation: https://docs.aspnetzero.com/en/aspnet-core-mvc/latest/Infrastructure-Core-Mvc-Identity-Server4-Integration

    Markdown is supported
    Copy & paste or drag & drop images (max 30 MB per image)