A2v10.Identity.UI
10.1.8343
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package A2v10.Identity.UI --version 10.1.8343
NuGet\Install-Package A2v10.Identity.UI -Version 10.1.8343
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="A2v10.Identity.UI" Version="10.1.8343" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add A2v10.Identity.UI --version 10.1.8343
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: A2v10.Identity.UI, 10.1.8343"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install A2v10.Identity.UI as a Cake Addin #addin nuget:?package=A2v10.Identity.UI&version=10.1.8343 // Install A2v10.Identity.UI as a Cake Tool #tool nuget:?package=A2v10.Identity.UI&version=10.1.8343
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A2v10.Web.Identity.UI
The user interface for authentication.
Part of the A2v10.Platform package
External Provider Authentication
Create the External Application
Install External login package(s)
- Microsoft.AspNetCore.Authentication.MicrosoftAccount for Microsoft Account
- Microsoft.AspNetCore.Authentication.Google for Google Account
Configure platform
Store ClientId and ClientSecret in appsettings.json and enable external providers
"Identity": {
"Providers": "Local,Google,Microsoft",
"Google": {
"ClientId": "GOOGLE_CLIENT_ID",
"ClientSecret": "GOOGLE_CLIENT_SECRET"
},
"Microsoft": {
"ClientId": MICROSOFT_CLIENT_ID",
"ClientSecret": "MICROSOFT_CLIENT_SECRET"
}
},
"DemoAccount": {
"Login": "DEMO_LOGIN",
"Password": "DEMO_PASSWORD"
}
Configure services
public void ConfigureServices(IServiceCollection services)
var builders = services.UsePlatform(Configuration);
builders.AuthenticationBuilder.AddGoogle(opts =>
{
opts.ClientId = Configuration.GetValue<String>("Identity:Google:ClientId");
opts.ClientSecret = Configuration.GetValue<String>("Identity:Google:ClientSecret");
opts.Events.OnRemoteFailure = OpenIdErrorHandlers.OnRemoteFailure;
})
.AddMicrosoftAccount(opts =>
{
opts.ClientId = Configuration.GetValue<String>("Identity:Microsoft:ClientId");
opts.ClientSecret = Configuration.GetValue<String>("Identity:Microsoft:ClientSecret");
opts.Events.OnRemoteFailure = OpenIdErrorHandlers.OnRemoteFailure;
});
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- A2v10.Identity.Core (>= 10.1.8338)
- A2v10.Infrastructure (>= 10.1.8315)
-
net7.0
- A2v10.Identity.Core (>= 10.1.8338)
- A2v10.Infrastructure (>= 10.1.8315)
-
net8.0
- A2v10.Identity.Core (>= 10.1.8338)
- A2v10.Infrastructure (>= 10.1.8315)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on A2v10.Identity.UI:
Package | Downloads |
---|---|
A2v10.Platform
A2v10 Platform core |
|
A2v10.Plaform
A2v10 Platform core |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
10.1.8363 | 130 | 11/3/2024 |
10.1.8360 | 186 | 10/25/2024 |
10.1.8358 | 105 | 10/25/2024 |
10.1.8351 | 294 | 10/9/2024 |
10.1.8348 | 156 | 10/5/2024 |
10.1.8346 | 113 | 9/29/2024 |
10.1.8343 | 194 | 9/13/2024 |
10.1.8338 | 376 | 8/23/2024 |
10.1.8328 | 232 | 7/31/2024 |
10.1.8327 | 83 | 7/25/2024 |
10.1.8325 | 84 | 7/23/2024 |
10.1.8322 | 176 | 7/17/2024 |
10.1.8319 | 161 | 7/10/2024 |
10.1.8315 | 176 | 7/5/2024 |
10.1.8306 | 304 | 6/20/2024 |
10.1.8305 | 137 | 6/18/2024 |
10.1.8303 | 147 | 6/13/2024 |
10.1.8301 | 121 | 6/8/2024 |
10.1.8296 | 201 | 5/30/2024 |
10.1.8295 | 124 | 5/28/2024 |
10.1.8286 | 268 | 5/14/2024 |
10.1.8282 | 156 | 5/8/2024 |
10.1.8280 | 205 | 4/26/2024 |
10.1.8276 | 257 | 4/15/2024 |
10.1.8275 | 145 | 4/7/2024 |
10.1.8272 | 147 | 4/4/2024 |
10.1.8271 | 162 | 3/30/2024 |
10.1.8270 | 172 | 3/23/2024 |
10.1.8268 | 168 | 3/18/2024 |
10.1.8267 | 137 | 3/18/2024 |
10.1.8266 | 136 | 3/16/2024 |
10.1.8261 | 260 | 3/9/2024 |
10.1.8259 | 214 | 2/28/2024 |
10.1.8255 | 174 | 2/25/2024 |
10.1.8251 | 207 | 2/23/2024 |
10.1.8248 | 179 | 2/19/2024 |
10.1.8235 | 295 | 2/3/2024 |
10.1.8233 | 138 | 1/30/2024 |
10.1.8222 | 375 | 1/11/2024 |
10.1.8220 | 136 | 1/10/2024 |
10.1.8214 | 222 | 1/2/2024 |
10.1.8213 | 129 | 12/31/2023 |
10.1.8205 | 280 | 12/25/2023 |
10.1.8204 | 150 | 12/25/2023 |
10.1.8203 | 146 | 12/25/2023 |
10.1.8202 | 123 | 12/25/2023 |
10.1.8199 | 197 | 12/23/2023 |
10.1.8198 | 151 | 12/21/2023 |
10.1.8196 | 149 | 12/20/2023 |
10.1.8194 | 179 | 12/18/2023 |
10.1.8193 | 149 | 12/17/2023 |
10.1.8191 | 144 | 12/16/2023 |
10.1.8188 | 159 | 12/9/2023 |
10.1.8186 | 195 | 11/29/2023 |
10.1.8184 | 208 | 11/24/2023 |
10.1.8180 | 201 | 11/18/2023 |
10.1.8171 | 192 | 11/9/2023 |
10.1.8170 | 139 | 11/7/2023 |
10.1.8168 | 161 | 11/6/2023 |
10.1.8151 | 417 | 9/4/2023 |
10.1.8150 | 158 | 9/3/2023 |
10.1.8147 | 153 | 9/2/2023 |
10.1.8143 | 255 | 8/22/2023 |
10.1.8136 | 331 | 8/11/2023 |
10.1.8134 | 220 | 8/5/2023 |
10.1.8132 | 171 | 8/4/2023 |
10.1.8131 | 175 | 8/4/2023 |
10.1.8129 | 227 | 8/1/2023 |
10.1.8128 | 199 | 7/29/2023 |
10.1.8127 | 187 | 7/26/2023 |
10.1.8126 | 236 | 7/25/2023 |
10.1.8123 | 232 | 7/23/2023 |
10.1.8122 | 233 | 7/22/2023 |
10.1.8120 | 274 | 7/18/2023 |
10.1.8118 | 209 | 7/15/2023 |
10.1.8117 | 215 | 7/13/2023 |
10.1.8116 | 239 | 7/10/2023 |
10.1.8114 | 286 | 7/7/2023 |
10.1.8109 | 277 | 6/12/2023 |
10.1.8084 | 387 | 1/20/2023 |
10.1.8071 | 686 | 7/18/2022 |
10.1.8070 | 672 | 6/18/2022 |
10.1.8057 | 855 | 5/14/2022 |
10.1.8056 | 683 | 4/21/2022 |
10.1.8050 | 788 | 1/20/2022 |
10.1.8045 | 888 | 9/12/2021 |
10.1.8041 | 1,040 | 8/20/2021 |
10.1.8040 | 698 | 8/2/2021 |
10.1.8034 | 1,402 | 7/27/2021 |
10.1.8016 | 657 | 7/16/2021 |
10.1.8015 | 496 | 7/15/2021 |
10.1.8014 | 498 | 7/13/2021 |