Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @atko-cic/project-dx-sdks-engineer-codeowner
* @auth0/project-dx-sdks-engineer-codeowner
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:

jobs:
build:
runs-on:
labels: ubuntu-22.04-2cpu-8ram-75ssd
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v5
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/sca_scan.yml

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
check:

name: Check for Vulnerabilities
runs-on:
labels: ubuntu-22.04-2cpu-8ram-75ssd
runs-on: ubuntu-latest

steps:
- if: github.actor == 'dependabot[bot]' || github.event_name == 'merge_group'
Expand Down
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<Company>Auth0, Inc.</Company>
<Copyright>Copyright (c) 2016-2025 Auth0, Inc.</Copyright>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/auth0/auth0-aspnetcore-api</PackageProjectUrl>
<RepositoryUrl>https://github.com/auth0/auth0-aspnetcore-api</RepositoryUrl>
<PackageProjectUrl>https://github.com/auth0/aspnetcore-api</PackageProjectUrl>
<RepositoryUrl>https://github.com/auth0/aspnetcore-api</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion EXAMPLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1135,4 +1135,4 @@ If you have questions or need help with these examples:

- 📖 Check the [main README](README.md) for overview and setup instructions
- 💬 Visit the [Auth0 Community](https://community.auth0.com/)
- 🐛 Report issues on [GitHub Issues](https://github.com/auth0/auth0-aspnetcore-api/issues)
- 🐛 Report issues on [GitHub Issues](https://github.com/auth0/aspnetcore-api/issues)
4 changes: 2 additions & 2 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -1734,8 +1734,8 @@ If you encounter issues not covered in this guide:
### 🐛 GitHub Issues
We're here to help! If you run into any problems during migration:

1. **Check existing issues:** [Search for similar problems](https://github.com/atko-cic/auth0-aspnetcore-api/issues)
2. **Create a new issue:** [Report your issue](https://github.com/atko-cic/auth0-aspnetcore-api/issues/new)
1. **Check existing issues:** [Search for similar problems](https://github.com/auth0/aspnetcore-api/issues)
2. **Create a new issue:** [Report your issue](https://github.com/auth0/aspnetcore-api/issues/new)

When reporting an issue, please include:
- Your current JWT Bearer configuration (sanitized)
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![Auth0 API SDK for securing your .NET API Server using tokens from Auth0](https://cdn.auth0.com/website/sdks/banners/auth0-dotnet-api-banner.png)

[![Build and Test](https://github.com/atko-cic/auth0-aspnetcore-api/actions/workflows/build.yml/badge.svg)](https://github.com/atko-cic/auth0-aspnetcore-api/actions/workflows/build.yml)
[![Build and Test](https://github.com/auth0/aspnetcore-api/actions/workflows/build.yml/badge.svg)](https://github.com/auth0/aspnetcore-api/actions/workflows/build.yml)
[![License](https://img.shields.io/:license-Apache%202.0-blue.svg?style=flat)](https://www.apache.org/licenses/LICENSE-2.0)

A library that provides **everything the standard JWT Bearer authentication offers**, with the added power of **built-in DPoP (Demonstration of Proof-of-Possession)** support for enhanced token security. Simplify your Auth0 JWT authentication integration for ASP.NET Core APIs with Auth0-specific configuration and validation.
Expand Down Expand Up @@ -313,8 +313,8 @@ For comprehensive, copy-pastable code examples covering various scenarios, see *
Clone the repository and build the solution:

```bash
git clone https://github.com/auth0/auth0-aspnetcore-api.git
cd auth0-aspnetcore-api
git clone https://github.com/auth0/aspnetcore-api.git
cd aspnetcore-api
dotnet restore Auth0.AspNetCore.Authentication.Api.sln
dotnet build Auth0.AspNetCore.Authentication.Api.sln --configuration Release
```
Expand Down Expand Up @@ -385,7 +385,7 @@ If you have questions or need help:
- 📖 Check the [Auth0 Documentation](https://auth0.com/docs)
- � See [EXAMPLES.md](./EXAMPLES.md) for code examples
- 💬 Visit the [Auth0 Community](https://community.auth0.com/)
- 🐛 Report issues on [GitHub Issues](https://github.com/auth0/auth0-aspnetcore-api/issues)
- 🐛 Report issues on [GitHub Issues](https://github.com/auth0/aspnetcore-api/issues)

## License
Copyright 2025 Okta, Inc.
Expand Down
2 changes: 1 addition & 1 deletion docs-source/articles/dpop-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,4 +302,4 @@ WWW-Authenticate: DPoP error="invalid_token",

- [RFC 9449: OAuth 2.0 DPoP](https://datatracker.ietf.org/doc/html/rfc9449)
- [Auth0 DPoP Documentation](https://auth0.com/docs/secure/tokens/token-best-practices/proof-of-possession)
- [Sample Application](https://github.com/atko-cic/auth0-aspnetcore-api/tree/main/Auth0.AspNetCore.Authentication.Api.Playground)
- [Sample Application](https://github.com/auth0/aspnetcore-api/tree/main/Auth0.AspNetCore.Authentication.Api.Playground)
2 changes: 1 addition & 1 deletion docs-source/articles/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,4 @@ curl --request GET \

### Need Help?

If you're experiencing issues not covered here, please [open an issue on GitHub](https://github.com/auth0/auth0-aspnetcore-api/issues) and we'll be happy to help!
If you're experiencing issues not covered here, please [open an issue on GitHub](https://github.com/auth0/aspnetcore-api/issues) and we'll be happy to help!
2 changes: 1 addition & 1 deletion docs-source/articles/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This library simplifies the integration of Auth0 JWT authentication into your AS

## Resources

- [GitHub Repository](https://github.com/atko-cic/auth0-aspnetcore-api)
- [GitHub Repository](https://github.com/auth0/aspnetcore-api)
- [Auth0 Documentation](https://auth0.com/docs)
- [ASP.NET Core Documentation](https://docs.microsoft.com/aspnet/core)

Expand Down
2 changes: 1 addition & 1 deletion docs-source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Add the following to your `appsettings.json`:

## Resources

- [GitHub Repository](https://github.com/atko-cic/auth0-aspnetcore-api)
- [GitHub Repository](https://github.com/auth0/aspnetcore-api)
- [Auth0 Documentation](https://auth0.com/docs)
- [ASP.NET Core Documentation](https://docs.microsoft.com/aspnet/core)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>logo.png</PackageIcon>
<PackageReleaseNotes>See https://github.com/auth0/auth0-aspnetcore-api/releases for release notes.</PackageReleaseNotes>
<PackageReleaseNotes>See https://github.com/auth0/aspnetcore-api/releases for release notes.</PackageReleaseNotes>
<DocumentationFile>$(OutputPath)$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
<license type="expression">Apache-2.0</license>
<copyright>$copyright$</copyright>

<projectUrl>https://github.com/auth0/auth0-aspnetcore-api</projectUrl>
<repository type="git" url="https://github.com/auth0/auth0-aspnetcore-api" branch="main" commit="$commit$" />
<projectUrl>https://github.com/auth0/aspnetcore-api</projectUrl>
<repository type="git" url="https://github.com/auth0/aspnetcore-api" branch="main" commit="$commit$" />

<icon>logo.png</icon>
<readme>README.md</readme>

<description>$description$</description>
<summary>Auth0 JWT authentication for ASP.NET Core APIs with built-in DPoP (Demonstration of Proof-of-Possession) support for enhanced token security.</summary>
<releaseNotes>See https://github.com/auth0/auth0-aspnetcore-api/blob/main/CHANGELOG.md for detailed release notes.</releaseNotes>
<releaseNotes>See https://github.com/auth0/aspnetcore-api/blob/main/CHANGELOG.md for detailed release notes.</releaseNotes>

<tags>$tags$</tags>

Expand Down
2 changes: 1 addition & 1 deletion src/Auth0.AspNetCore.Authentication.Api/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public static string CreateAgentString()
{
Version? sdkVersion = typeof(AuthenticationBuilderExtensions).GetTypeInfo().Assembly.GetName().Version;
var agentJson =
$"{{\"name\":\"auth0-aspnetcore-api\",\"version\":\"{BuildVersionString(sdkVersion)}\"}}";
$"{{\"name\":\"aspnetcore-api\",\"version\":\"{BuildVersionString(sdkVersion)}\"}}";
return Convert.ToBase64String(Encoding.UTF8.GetBytes(agentJson));
}

Expand Down
Loading
Loading