We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb732e2 commit f1e43e0Copy full SHA for f1e43e0
src/server/API/Options/StartupExtensions.Options.cs
@@ -491,7 +491,7 @@ static IServiceCollection ConfigureAuthenticationOptions(this IServiceCollection
491
opts.SessionTimeoutMinutes = auth.SessionTimeoutMinutes;
492
opts.InactiveTimeoutMinutes = auth.InactiveTimeoutMinutes;
493
opts.Logout.Enabled = auth.Logout.Enabled;
494
- opts.Logout.URI = LogoutUri;
+ opts.Logout.URI = new Uri(LogoutUri);
495
});
496
497
switch (auth.Mechanism)
0 commit comments