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
BaseUrl
Gets the base URL for IdentityServer.
string BaseUrl { get; }
Property Value
Origin
Gets or sets the origin for IdentityServer. For example, "https://server.acme.com:5001".
string Origin { get; set; }