This commit is contained in:
max
2025-05-05 16:00:18 +02:00
parent 05b95c6050
commit 46dbd8c6f5
4 changed files with 38 additions and 11 deletions

View File

@@ -35,7 +35,7 @@ builder.Services.AddAuthority()
{
options.DefaultScheme = AuthorityDefaults.Scheme.Cookie.AuthenticationScheme;
options.DefaultSignInScheme = AuthorityDefaults.Scheme.Authority.AuthenticationScheme;
options.DefaultChallengeScheme = AuthorityDefaults.Scheme.Authority.AuthenticationScheme;
options.DefaultSignOutScheme = AuthorityDefaults.Scheme.Authority.AuthenticationScheme;
options.SchemeInfoMap = [
new SchemeInfo
{