Hi,
We have more docker application like abp module application, Console application and Angular application. I need get token from AuthServer with Console Application and Angular application.
But, I need to set AuthorityUrl as a AuthServer__Authority=https://localhost:44342 for Angular application. Also, I need to set AuthorityUrl as a AuthServer__Authority=http://pssx-authserver for Console application. I used client credential for console application. I couldn't use different AuthorityUrl at the same time.
Can I add more then one issuer url?
Also, If I used Console_App_Client settings as a public client application like Angular. I didn't use client_credentials. So,it works. Is this a best practice?
Thank you
Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/
Check the samples to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index
The exact solution to your question may have been answered before, and please first use the search on the homepage.
Provide us with the following info:
-
ABP Framework version: v7.3.1
-
UI Type: Angular
-
Database System: EF Core (SQL Server)
-
Tiered (for MVC) or Auth Server Separated (for Angular): yes
-
Exception message and full stack trace:
-
Steps to reproduce the issue: