IdentityServer4AspNetCoreIdentityTemplate by damienbod

<PackageReference Include="IdentityServer4AspNetCoreIdentityTemplate" Version="5.1.0" />

Package Files

0 bytes

 IdentityServer4AspNetCoreIdentityTemplate 5.1.0

Creates an ASP.NET Core STS application using IdentityServer4 and Identity with localisation, TOTP, personal data, Bootstrap 4

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>IdentityServer4AspNetCoreIdentityTemplate</id>
    <version>5.1.0</version>
    <title>IdentityServer4.Identity.Template</title>
    <authors>damienbod</authors>
    <owners>damienbod</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="file">LICENSE</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <projectUrl>https://github.com/damienbod/IdentityServer4AspNetCoreIdentityTemplate</projectUrl>
    <iconUrl>http://www.gravatar.com/avatar/61d005637f57b5c3da8ba662cf04a9d6.png</iconUrl>
    <description>Creates an ASP.NET Core STS application using IdentityServer4 and Identity with localisation, TOTP, personal data, Bootstrap 4</description>
    <summary>This template provides a simle getting started for IdentityServer4 with Identity. Identity is Localized and the UI uses Bootstrap 4, Remove AllowAnonymous from the logout</summary>
    <releaseNotes>Switched to Azure.Extensions.AspNetCore.Configuration.Secrets and Azure.Identity for the Azure Key Vault management</releaseNotes>
    <copyright>2020 damienbod</copyright>
    <language>en-US</language>
    <tags>ASP.NET Core Identity IdentityServer4 STS OIDC OpenID Bootstrap4</tags>
    <packageTypes>
      <packageType name="Template" />
    </packageTypes>
    <repository type="git" url="https://github.com/damienbod/IdentityServer4AspNetCoreIdentityTemplate" />
  </metadata>
</package>