We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd9d6e commit 5dd7ad9Copy full SHA for 5dd7ad9
1 file changed
src/IdentityManager2/Configuration/SecurityConfiguration.cs
@@ -12,7 +12,6 @@ public class SecurityConfiguration
12
public string HostChallengeType { get; set; }
13
public string AdditionalSignOutType { get; set; }
14
public string AuthenticationScheme { get; set; }
15
- public string PageRouteAttribute { get; set; }
16
17
public string NameClaimType { get; set; }
18
public string RoleClaimType { get; set; }
@@ -28,7 +27,6 @@ public SecurityConfiguration()
28
27
RoleClaimType = IdentityManagerConstants.ClaimTypes.Role;
29
AdminRoleName = IdentityManagerConstants.AdminRoleName;
30
AuthenticationScheme = IdentityManagerConstants.LocalApiScheme;
31
- PageRouteAttribute = null;
32
33
ShowLoginButton = true;
34
LoginPath = "/api/login";
0 commit comments