All Projects → damienbod → AzureADAuthRazorUiServiceApiCertificate

damienbod / AzureADAuthRazorUiServiceApiCertificate

Licence: MIT license
Azure AD flows using ASP.NET Core and Microsoft.Identity

Programming Languages

CSS
56736 projects
C#
18002 projects
HTML
75241 projects
typescript
32286 projects

Projects that are alternatives of or similar to AzureADAuthRazorUiServiceApiCertificate

Next Auth
Authentication for Next.js
Stars: ✭ 8,362 (+20295.12%)
Mutual labels:  oauth, oauth2, oidc
IdentityServer4.PhoneNumberAuth
Sample passwordless phone number authentication using OAuth in ASP.NET Core 2.2
Stars: ✭ 83 (+102.44%)
Mutual labels:  oauth, oauth2, oidc
Authlib
The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.
Stars: ✭ 2,854 (+6860.98%)
Mutual labels:  oauth, oauth2, oidc
OpenAM
OpenAM is an open access management solution that includes Authentication, SSO, Authorization, Federation, Entitlements and Web Services Security.
Stars: ✭ 476 (+1060.98%)
Mutual labels:  oauth, oauth2, oidc
Hydra
OpenID Certified™ OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API security for your infrastructure. SDKs for any language. Compatible with MITREid.
Stars: ✭ 11,884 (+28885.37%)
Mutual labels:  oauth, oauth2, oidc
Oauthlib
A generic, spec-compliant, thorough implementation of the OAuth request-signing logic
Stars: ✭ 2,323 (+5565.85%)
Mutual labels:  oauth, oauth2, oidc
AspNetCoreBackChannelLogout
ASP.NET Core Back-Channel Logout for Hybrid Clients, Redis, Key Vault, Azure
Stars: ✭ 17 (-58.54%)
Mutual labels:  aspnet-core, oidc, key-vault
RSAKeyVaultProvider
Enables Azure Key Vault secrets and certificates to be used by .NET Crypto
Stars: ✭ 36 (-12.2%)
Mutual labels:  x509, key-vault
fastapi-azure-auth
Easy and secure implementation of Azure AD for your FastAPI APIs 🔒 B2C, single- and multi-tenant support.
Stars: ✭ 174 (+324.39%)
Mutual labels:  oauth2, oidc
Twitch
[READ ONLY] Subtree split of the SocialiteProviders/Twitch Provider (see SocialiteProviders/Providers)
Stars: ✭ 20 (-51.22%)
Mutual labels:  oauth, oauth2
lumen-oauth2
OAuth2 module for the Lumen PHP framework.
Stars: ✭ 29 (-29.27%)
Mutual labels:  oauth, oauth2
sample-oauth2-client
Sample OAuth2 client using the GitHub API
Stars: ✭ 69 (+68.29%)
Mutual labels:  oauth, oauth2
Slack
[READ ONLY] Subtree split of the SocialiteProviders/Slack Provider (see SocialiteProviders/Providers)
Stars: ✭ 11 (-73.17%)
Mutual labels:  oauth, oauth2
instagram-oauth-nodejs-server
Node.js server for Intagram-API OAuth purpose.
Stars: ✭ 12 (-70.73%)
Mutual labels:  oauth, oauth2
okta-jhipster-microservices-oauth-example
A microservices architecture built with JHipster, OAuth 2.0, and Okta
Stars: ✭ 29 (-29.27%)
Mutual labels:  oauth, oidc
casdoor
An Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0, OIDC, SAML and CAS, QQ group: 645200447
Stars: ✭ 4,147 (+10014.63%)
Mutual labels:  oauth, oidc
oauth2-server
A spec compliant, secure by default PHP OAuth 2.0 Server
Stars: ✭ 6,128 (+14846.34%)
Mutual labels:  oauth, oauth2
schematics
Schematics for adding Okta Auth to your projects
Stars: ✭ 60 (+46.34%)
Mutual labels:  oauth2, oidc
okta-spring-security-5-example
Authentication with Spring Security 5 and Okta OIDC
Stars: ✭ 16 (-60.98%)
Mutual labels:  oauth2, oidc
native-java-examples
Native Java Apps with Micronaut, Quarkus, and Spring Boot
Stars: ✭ 44 (+7.32%)
Mutual labels:  oauth2, oidc

Azure AD authentication, authorization with ASP.NET Core

.NET

Blogs

History

2022-04-03 Updated nuget packages, added nullable to projects, added CC flow demo

2022-02-19 Updated nuget packages

2022-01-07 Updated nuget packages

2021-11-04 Updated to .NET 6

2021-08-13 Updated Blazor BFF app and fixed login button

2021-07-03 Microsoft.Identity.Web to 1.14, Angular OIDC V12

2021-06-20 Microsoft.Identity.Web to 1.13.1

2021-06-06 Microsoft.Identity.Web to 1.12

2021-05-13 Microsoft.Identity.Web to 1.9.2, updated packages

2021-04-15 Microsoft.Identity.Web to 1.9.1

2021-03-11 Microsoft.Identity.Web to 1.8.0

2021-03-05 Microsoft.Identity.Web to 1.7.0

2021-02-13 Added MSAL exception handling, Microsoft.Identity.Web to 1.6.0

2021-02-01 Added app roles authorization example

2021-01-28 Added device code flow, Microsoft.Identity.Web to 1.5.1

2021-01-19 Updated nuget, npm packages, moved to latest secrets access for certs in Key Vault

2021-01-05 Added token management, updated Microsoft.Identity.Web to 1.4.1

2020-12-14 Using multiple APIs in Blazor with Azure AD authentication

2020-12-12 Updated Microsoft.Identity.Web to 1.4.0

2020-12-08 Added Using multiple APIs in Angular and ASP.NET Core with Azure AD authentication

2020-12-04 Updated to .NET 5

2020-11-15 Updated Microsoft.Identity.Web to 1.3.0

2020-10-25 Updated Microsoft.Identity.Web to 1.2.0

Links Private key JWT Client authentication

https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-client-creds-grant-flow#second-case-access-token-request-with-a-certificate

Links Azure Client credentials flow

https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/wiki/Client-credential-flows

https://tools.ietf.org/html/rfc7523

https://openid.net/specs/openid-connect-core-1_0.html#ClientAuthentication

Links

https://docs.microsoft.com/en-us/azure/active-directory/develop/access-tokens

https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/wiki/Client-Assertions

https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-client-creds-grant-flow

https://github.com/AzureAD/microsoft-identity-web/wiki/Using-certificates#describing-client-certificates-to-use-by-configuration

https://www.youtube.com/watch?v=ACZQk61Iq9I

https://www.scottbrady91.com/OAuth/Removing-Shared-Secrets-for-OAuth-Client-Authentication

https://github.com/KevinDockx/ApiSecurityInDepth

https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/wiki

Links Certs

https://docs.microsoft.com/en-us/azure/azure-app-configuration/quickstart-aspnet-core-app?tabs=core3x

https://github.com/a-patel/azure-app-configuration-labs/blob/ce6c57c0d9837dcdff246bab005b321d4897ee71/src/AzureAppConfigurationLabs.Demo/Program.cs

https://devblogs.microsoft.com/azure-sdk/authentication-and-the-azure-sdk/

https://docs.microsoft.com/en-us/azure/active-directory/develop/scenario-protected-web-api-verification-scope-app-roles

Links Azure SDK

Authentication and the Azure SDK

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].