A2v10.Identity.UI 10.1.8551

There is a newer version of this package available.
See the version list below for details.
dotnet add package A2v10.Identity.UI --version 10.1.8551
                    
NuGet\Install-Package A2v10.Identity.UI -Version 10.1.8551
                    
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.8551" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="A2v10.Identity.UI" Version="10.1.8551" />
                    
Directory.Packages.props
<PackageReference Include="A2v10.Identity.UI" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add A2v10.Identity.UI --version 10.1.8551
                    
#r "nuget: A2v10.Identity.UI, 10.1.8551"
                    
#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.
#:package A2v10.Identity.UI@10.1.8551
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=A2v10.Identity.UI&version=10.1.8551
                    
Install as a Cake Addin
#tool nuget:?package=A2v10.Identity.UI&version=10.1.8551
                    
Install as a Cake Tool

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)

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 Compatible and additional computed target framework versions.
.NET 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.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.8569 385 8/25/2025
10.1.8566 184 8/18/2025
10.1.8565 177 8/12/2025
10.1.8563 285 7/26/2025
10.1.8558 308 6/19/2025
10.1.8554 321 6/9/2025
10.1.8553 185 6/4/2025
10.1.8551 178 5/30/2025
10.1.8549 227 5/20/2025
10.1.8547 293 5/14/2025
10.1.8545 195 5/7/2025
10.1.8542 194 4/25/2025
10.1.8540 255 4/21/2025
10.1.8534 370 3/10/2025
10.1.8529 250 2/25/2025
10.1.8526 271 2/16/2025
10.1.8521 267 2/8/2025
10.1.8510 410 1/18/2025
10.1.8508 202 1/11/2025
10.1.8506 161 1/8/2025
10.1.8503 307 12/5/2024
10.1.8500 250 11/19/2024
10.1.8363 304 11/3/2024
10.1.8360 277 10/25/2024
10.1.8358 184 10/25/2024
10.1.8351 374 10/9/2024
10.1.8348 230 10/5/2024
10.1.8346 194 9/29/2024
10.1.8343 280 9/13/2024
10.1.8338 474 8/23/2024
10.1.8328 323 7/31/2024
10.1.8327 178 7/25/2024
10.1.8325 155 7/23/2024
10.1.8322 247 7/17/2024
10.1.8319 239 7/10/2024
10.1.8315 251 7/5/2024
10.1.8306 386 6/20/2024
10.1.8305 214 6/18/2024
10.1.8303 217 6/13/2024
10.1.8301 196 6/8/2024
10.1.8296 270 5/30/2024
10.1.8295 196 5/28/2024
10.1.8286 347 5/14/2024
10.1.8282 247 5/8/2024
10.1.8280 273 4/26/2024
10.1.8276 327 4/15/2024
10.1.8275 212 4/7/2024
10.1.8272 231 4/4/2024
10.1.8271 230 3/30/2024
10.1.8270 239 3/23/2024
10.1.8268 235 3/18/2024
10.1.8267 203 3/18/2024
10.1.8266 217 3/16/2024
10.1.8261 331 3/9/2024
10.1.8259 280 2/28/2024
10.1.8255 236 2/25/2024
10.1.8251 295 2/23/2024
10.1.8248 246 2/19/2024
10.1.8235 357 2/3/2024
10.1.8233 200 1/30/2024
10.1.8222 436 1/11/2024
10.1.8220 202 1/10/2024
10.1.8214 289 1/2/2024
10.1.8213 191 12/31/2023
10.1.8205 339 12/25/2023
10.1.8204 211 12/25/2023
10.1.8203 210 12/25/2023
10.1.8202 187 12/25/2023
10.1.8199 259 12/23/2023
10.1.8198 213 12/21/2023
10.1.8196 212 12/20/2023
10.1.8194 246 12/18/2023
10.1.8193 211 12/17/2023
10.1.8191 221 12/16/2023
10.1.8188 220 12/9/2023
10.1.8186 233 11/29/2023
10.1.8184 258 11/24/2023
10.1.8180 257 11/18/2023
10.1.8171 258 11/9/2023
10.1.8170 178 11/7/2023
10.1.8168 219 11/6/2023
10.1.8151 500 9/4/2023
10.1.8150 227 9/3/2023
10.1.8147 222 9/2/2023
10.1.8143 319 8/22/2023
10.1.8136 407 8/11/2023
10.1.8134 284 8/5/2023
10.1.8132 252 8/4/2023
10.1.8131 240 8/4/2023
10.1.8129 289 8/1/2023
10.1.8128 266 7/29/2023
10.1.8127 254 7/26/2023
10.1.8126 320 7/25/2023
10.1.8123 299 7/23/2023
10.1.8122 289 7/22/2023
10.1.8120 369 7/18/2023
10.1.8118 276 7/15/2023
10.1.8117 280 7/13/2023
10.1.8116 310 7/10/2023
10.1.8114 356 7/7/2023
10.1.8109 350 6/12/2023
10.1.8084 473 1/20/2023
10.1.8071 784 7/18/2022
10.1.8070 756 6/18/2022
10.1.8057 942 5/14/2022
10.1.8056 788 4/21/2022
10.1.8050 904 1/20/2022
10.1.8045 1,004 9/12/2021
10.1.8041 1,156 8/20/2021
10.1.8040 809 8/2/2021
10.1.8034 1,508 7/27/2021
10.1.8016 776 7/16/2021
10.1.8015 628 7/15/2021
10.1.8014 603 7/13/2021