hi
Please share your test app. liming.ma@volosoft.com
Thanks.
Yes, Let me take a look at these two files first.
Thanks, liming.ma@volosoft.com
WebModule.cs and WebModule.csproj
hi
Please share the source code of your WebModule and WebModule.csproj; I think you should remove the account module from the csproj file.
hi
For issue 1 :
Can you share the steps that I can reproduce it?
hi
Please share the source code of your Auth server module(MyProjectNameAuthServerModule-http://localhost:44322)
liming.ma@volosoft.com
hi
You can add OpenIdConnect as authentication to your new app and then add a new client/application on the Authserver project.
See https://github.com/abpframework/abp/blob/dev/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web.Host/MyProjectNameWebModule.cs#L142-L213
: )
Is your problem solved?
hi
I Created Project from abp suite with separate tenant schema and Tiered as Auth Server i created another project with Application Template .
There is a Web host project in MVC tiered projects. which uses AddAbpOpenIdConnect in it.
https://github.com/abpframework/abp/blob/dev/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web.Host/MyProjectNameWebModule.cs#L142-L213
You can check this project.