You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Gets or sets the icon to use for the login button.
93
-
/// The standard icons of the Backoffice is available.
94
-
/// </summary>
95
-
/// <remarks>
96
-
/// It is possible to add custom icons to your provider by adding the icons to the
97
-
/// <c>~/App_Plugins/{providerAlias}/icons</c> folder as SVG files. The icon name should be the same as the file name.
98
-
/// </remarks>
99
-
publicstringIcon{get;set;}="icon-user";
100
-
101
20
/// <summary>
102
21
/// Gets or sets options used to control how users can be auto-linked/created/updated based on the external login provider
103
22
/// </summary>
@@ -108,26 +27,4 @@ public string ButtonStyle
108
27
/// This is useful if you want to force users to login with an external provider.
109
28
/// </summary>
110
29
publicboolDenyLocalLogin{get;set;}
111
-
112
-
/// <summary>
113
-
/// Gets or sets a value indicating whether when specified this will automatically redirect to the OAuth login provider instead of prompting the user to click
114
-
/// on the OAuth button first.
115
-
/// </summary>
116
-
/// <remarks>
117
-
/// This is generally used in conjunction with <see cref="DenyLocalLogin" />. If more than one OAuth provider specifies
0 commit comments