Open Closed

Manually modify Identity Server options for AddIdentityServer #45


User avatar
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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    You can configure it like this;

    Configure<IdentityServerOptions>(options => { options.IssuerUri = "Your issuer URL"; });

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
  • User Avatar
    0
    ismailyildirim created

    Thank you.

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.8.0-preview. Updated on September 16, 2026, 14:50
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.