active-directory-b2c-dotnet-webapp-and-webapi
active-directory-b2c-dotnet-webapp-and-webapi copied to clipboard
A combined sample for a .NET web application that calls a .NET web API, both secured using Azure AD B2C
Bumps [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) from 4.60.0 to 4.60.3. Release notes Sourced from Microsoft.Identity.Client's releases. 4.60.3 Bug Fixes Updated Android webview attribute. 4.60.2 Bug Fixes When OnBeforeTokenRequest extensibility API is used, MSAL now...
Bumps [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) from 4.60.0 to 4.60.3. Release notes Sourced from Microsoft.Identity.Client's releases. 4.60.3 Bug Fixes Updated Android webview attribute. 4.60.2 Bug Fixes When OnBeforeTokenRequest extensibility API is used, MSAL now...
Bumps [Microsoft.IdentityModel.JsonWebTokens](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 7.0.3 to 7.1.2. Release notes Sourced from Microsoft.IdentityModel.JsonWebTokens's releases. 7.1.2 Security fixes See https://aka.ms/IdentityModel/Jan2024/zip and https://aka.ms/IdentityModel/Jan2024/jku for details. 7.1.0-preview Include IdentityModel 6.32.0 release updates, including AAD specific...
Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 7.0.3 to 7.1.2. Release notes Sourced from System.IdentityModel.Tokens.Jwt's releases. 7.1.2 Security fixes See https://aka.ms/IdentityModel/Jan2024/zip and https://aka.ms/IdentityModel/Jan2024/jku for details. 7.1.0-preview Include IdentityModel 6.32.0 release updates, including AAD specific...
Bumps [Microsoft.IdentityModel.JsonWebTokens](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 7.0.3 to 7.1.2. Release notes Sourced from Microsoft.IdentityModel.JsonWebTokens's releases. 7.1.2 Security fixes See https://aka.ms/IdentityModel/Jan2024/zip and https://aka.ms/IdentityModel/Jan2024/jku for details. 7.1.0-preview Include IdentityModel 6.32.0 release updates, including AAD specific...
Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 7.0.3 to 7.1.2. Release notes Sourced from System.IdentityModel.Tokens.Jwt's releases. 7.1.2 Security fixes See https://aka.ms/IdentityModel/Jan2024/zip and https://aka.ms/IdentityModel/Jan2024/jku for details. 7.1.0-preview Include IdentityModel 6.32.0 release updates, including AAD specific...
Bumps [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) from 4.60.0 to 4.61.3. Release notes Sourced from Microsoft.Identity.Client's releases. 4.61.3 Bug Fixes Exclude the use of WSTrust for ROPC flow except for AAD authorities. See [Issue #4791](AzureAD/microsoft-authentication-library-for-dotnet#4791)...
Hello everyone! We are migrating our WebApp and WebAPI to AAD B2C. Our projects are .NET Framework based so I think this example is the closest one to our use...