How do you run e2e tests on any application running MSAL auth?

This page summarizes the projects mentioned and recommended in the original post on /r/azuredevops

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • microsoft-authentication-library-for-dotnet

    Microsoft Authentication Library (MSAL) for .NET

  • For end to end testing, you can setup test accounts, test applications or even separate directories. Username and passwords can be deployed via the Continuous Integration pipeline (e.g. secret build variables in Azure DevOps). Another strategy is to keep test credentials in KeyVault and configure the machine that runs the tests to access KeyVault, for example by installing a certificate. Feel free to use MSAL's strategy for accessing KeyVault. See more info about Testing an app using MSAL here and video about UI testing Azure AD protected single page applications with Cypress.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How do you handle credentials for a console app?

    1 project | /r/AZURE | 3 Feb 2023
  • Roundup of .NET MAUI - Week of July 4, 2022

    15 projects | dev.to | 10 Jul 2022
  • Microsoft.IdentityModel.Clients.ActiveDirectory (Nuget Question)

    1 project | /r/csharp | 12 Feb 2022
  • Refreshing the JWT token, inside DelegatingHandler. Do I need separate HttpClient?

    1 project | /r/xamarindevelopers | 16 Nov 2021
  • REST API Authentication for Web App - Best practices

    1 project | /r/AZURE | 8 Feb 2021