Table of Contents

Interface IServerUrls

Namespace
Duende.IdentityServer.Services
Assembly
Duende.IdentityServer.dll

Configures the per-request URLs and paths into the current server

public interface IServerUrls
Extension Methods

Properties

BasePath

Gets or sets the base path of IdentityServer.

string? BasePath { get; set; }

Property Value

string

BaseUrl

Gets the base URL for IdentityServer.

string BaseUrl { get; }

Property Value

string

Origin

Gets or sets the origin for IdentityServer. For example, "https://server.acme.com:5001".

string Origin { get; set; }

Property Value

string