{"id":19411646,"url":"https://github.com/duosecurity/duo_universal_csharp","last_synced_at":"2025-10-08T23:00:03.054Z","repository":{"id":43271793,"uuid":"408455835","full_name":"duosecurity/duo_universal_csharp","owner":"duosecurity","description":"Duo OIDC-based two-factor authentication for .NET web applications","archived":false,"fork":false,"pushed_at":"2025-07-15T15:30:40.000Z","size":182,"stargazers_count":20,"open_issues_count":10,"forks_count":10,"subscribers_count":20,"default_branch":"main","last_synced_at":"2025-10-08T23:00:01.524Z","etag":null,"topics":["csharp","dotnet","duo","mfa"],"latest_commit_sha":null,"homepage":"https://duo.com/docs/duoweb","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/duosecurity.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-09-20T13:33:03.000Z","updated_at":"2025-07-15T15:30:42.000Z","dependencies_parsed_at":"2024-04-15T15:32:58.907Z","dependency_job_id":"e654cd27-df7d-4499-9765-64a082a1a885","html_url":"https://github.com/duosecurity/duo_universal_csharp","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/duosecurity/duo_universal_csharp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duosecurity%2Fduo_universal_csharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duosecurity%2Fduo_universal_csharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duosecurity%2Fduo_universal_csharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duosecurity%2Fduo_universal_csharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/duosecurity","download_url":"https://codeload.github.com/duosecurity/duo_universal_csharp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duosecurity%2Fduo_universal_csharp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000686,"owners_count":26082850,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","dotnet","duo","mfa"],"created_at":"2024-11-10T12:22:27.423Z","updated_at":"2025-10-08T23:00:03.049Z","avatar_url":"https://github.com/duosecurity.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Duo Universal Prompt C# Client\n\n[![Build Status](https://github.com/duosecurity/duo_universal_csharp/workflows/.NET%20CI/badge.svg)](https://github.com/duosecurity/duo_universal_csharp/actions)\n[![Issues](https://img.shields.io/github/issues/duosecurity/duo_universal_csharp)](https://github.com/duosecurity/duo_universal_csharp/issues)\n[![Forks](https://img.shields.io/github/forks/duosecurity/duo_universal_csharp)](https://github.com/duosecurity/duo_universal_csharp/network/members)\n[![Stars](https://img.shields.io/github/stars/duosecurity/duo_universal_csharp)](https://github.com/duosecurity/duo_universal_csharp/stargazers)\n[![License](https://img.shields.io/badge/License-View%20License-orange)](https://github.com/duosecurity/duo_universal_csharp/blob/master/LICENSES/BSD-3-Clause.txt)\n\nThis library allows a web developer to quickly add Duo's interactive, self-service, two-factor authentication to any .NET web login form.\n\nSee our developer documentation at https://www.duosecurity.com/docs/duoweb for guidance on integrating Duo 2FA into your web application.\n\nWhat's here:\n* `DuoUniversal` - The Duo SDK for interacting with the Duo Universal Prompt\n* `DuoUniversal.Example` - An example web application with Duo integrated\n\nThe example application has a dedicated README with further instructions on how to build and run it.\n\n# Usage\nThis library requires .NET Core 3.1 or higher, or .NET Framework 4.7.1 or higher\n\nThe library is available on NuGet at https://www.nuget.org/packages/DuoUniversal/1.3.1\n\nInclude it in your .NET project with:\n\n`dotnet add package DuoUniversal --version 1.3.1`\n\n## TLS 1.2 and 1.3 Support\n\nDuo_universal_csharp uses the .NET libraries for TLS operations.  .NET 4.7 or later is required for TLS 1.2; .NET 4.8 or later is required for TLS 1.3.\n\n## Building with the .NET CLI\nRun `dotnet build` to generate the assemblies.\n\n# Testing\n\nThe tests require .NET Core 6.0.\n\n## With the .NET CLI\nFrom the root directory run:\n\n`dotnet test`\n\n# Linting\n\n## With the .NET CLI\nCheck the code format with:\n\n`dotnet format --verify-no-changes`\n\n# Support\n\nPlease report any bugs, feature requests, or issues to us directly at support@duosecurity.com.\n\nThank you for using Duo!\n\nhttps://duo.com/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduosecurity%2Fduo_universal_csharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduosecurity%2Fduo_universal_csharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduosecurity%2Fduo_universal_csharp/lists"}