0
ismailyildirim created
identityserver4 allows for some options to be set while adding the identityserver service. For our kubernetes deployment we wat to set the issuerurl for the identityserver to something else other than null. Normally in identityserver4 we would do it like this :
services.AddIdentityServer(options => { options.IssuerUri = "custom-url"; }) How can we do this with abp identityserver.
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
2 Answer(s)
-
0
Thank you.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)