Get the Entra (AzureAD) Login name from a WinForm Application
StackOverflow Community » SaaS Questions
by SeaHunter
1w ago
I have written a Windows Task Tray Application using WinForms. This works fine. This application is a local agent for a SaaS offering. For licensing purposes, I want to be able to match the logged in user to the SaaS subscribers' users. This is where the trouble starts. Users log into their desktop Windows PC using their Entra ID, which is in the form of "firstname.lastname@subscriberdomain.ext". In the Task tray application, I use the Environment.UserName and Environment.UserDomainName which give firstnamelastname and "AzureAD" respectively. Users are known in the SaaS by their Entra login "f ..read more
Visit website
Optimal Cloud Hosting Strategy for a SaaS Application with Angular Frontend, C# Backend, and SQL Server Database? [closed]
StackOverflow Community » SaaS Questions
by aabdan
1w ago
I'm seeking advice on the most effective cloud hosting approach for my SaaS application. Here's my tech stack: Frontend: Angular Backend: C# Database: Entity Framework (Preference for SQL Server) and document storage (BLOB) Email: Sending emails Clients: Web browser and Mobile Key considerations include pricing and performance. What hosting solutions align best with these requirements? I tried Azure but I feel there should be an alternative solution in terms of easy to use ..read more
Visit website
Subject: Triggering Oracle Integration on Date Field Changes in Oracle ERP Fusion Using Groovy Script
StackOverflow Community » SaaS Questions
by sai krish
1w ago
How can I write a Groovy script to trigger Oracle Integration when a user makes changes in the Oracle ERP Fusion page for a date field? How can this be achieved using Groovy script? Are there other ways? Triggering Oracle Integration on Date Field Changes in Oracle ERP Fusion Using Groovy Script ..read more
Visit website
What are the mandatory components of a tech stack? [closed]
StackOverflow Community » SaaS Questions
by hasomi_
1w ago
I want to build this type of "SaaS" product, but I'm not sure if I have the necessary knowledge, i.e., if I know all the tools required to complete such a project. So my question is what are the mandatory components of a proper tech stack? I know I need to deal with a database (I'm thinking about using MongoDB), so that could be one of the components (?). I've heard about APIS, but I'm not sure if that's one or what tools to use. I was hoping someone could lend me a hand, as it's clear I'm not very experienced. By the way I've heard a lot about Next.js in which components can it be used? I've ..read more
Visit website
How to identify a customer in a M2M client credentials flow (custom mapping)
StackOverflow Community » SaaS Questions
by user1784297
3w ago
I have a traditional .NET MVC Framework with the default Identity configuration (EntityFramework) We have a standard login with email/password, and every user belongs to a customer, where both are a table in our database public class Employee : IdentityUser { int Id; int CustomerId; } public class Customer { int Id; List<Employee> employees; } When they login, we add customerId as a custom claim. This works fine for a standard user login identity. We are in the process of developing a new .NET API that needs access to the database and has to support an M2M client crede ..read more
Visit website
.net library to deserialize Microsoft Marketplace webhook request body
StackOverflow Community » SaaS Questions
by kapila jayawardana
3w ago
I'm creating a SaaS webhook endpoint to called by Microsoft. This is the official documentation I'm following : Implementing a webhook on the SaaS service I'm looking for a proper .net library that can deserialize the request body. Because in the documentation says "ISVs should avoid strict deserialization of the Webhook schema. Microsoft reserves the right to expand the schema in future." I've tried using Marketplace.SaaS.Client library but it doesn't have any support for webhook request body deserialize Marketplace.SaaS.Client For Now I'm using simple Json deserializer string body = await n ..read more
Visit website
LoadRunner Cloud Integrated with CICD pipeline using Jenkins Post Execution Results E-mail notification code creation
StackOverflow Community » SaaS Questions
by Mahammadulla
3w ago
Can someone please guide on the steps on Loadrunner Cloud (saas version) with Jenkins to have CICD Pipeline. Configured E-mail Notification, SMTP and Port its working need to sent post execution results through email. Please let me know how to attach file path. I have below code need attaché post execution results through email notification pipeline { agent any stages { stage('lrc') { steps { lrcRunTest testId: "268", projectId: '1', sendEmail: true lrcGenTrendingReport benchmark: 0, runsCount: 5, trtAvgThresholdImprovement: 5, trtAv ..read more
Visit website
Asking for suggestions / ideas / help for my project
StackOverflow Community » SaaS Questions
by intern
3w ago
My company assigned me a project where we have to create a saas of an existing system software. basically the software takes a data file and an input format. then it generate receipts with the format we selected and data in it. i think the end users could use this as an SaaS receipt generation software. when i opened those formats its designed on excel. i can see columns and headers etc. in the format file this is not a normal kind of project. could anyone tell me how to do this step by step. what all technologies . user story - i am a sales manager. i opened this site. i feed it a .xls of 100 ..read more
Visit website
Integrating a feature/SaaS on websites
StackOverflow Community » SaaS Questions
by JonasHvidNielsen
3w ago
I'm currently exploring potential strategies for developing a feature that could be marketed and seamlessly integrated into second-hand websites. This feature involves backend calculations based on input data provided by the seller, with the results displayed in a designated container. After considering various options, I'm leaning towards utilizing AWS Lambda for the backend operations. Below is my proposed approach: Input Submission: When a user submits details of a new product, this information is transmitted securely via an HTTPS request to AWS Lambda through API Gateway. Calculation Proce ..read more
Visit website
Where is the database saved and opened in Deno KV?
StackOverflow Community » SaaS Questions
by Ooker
1M ago
I have always thought that Deno KV is an SaaS as it has a price, and thus is stored only on the cloud. This assumption has never been challenged since every time I use openKv without any parameter I can set and get entries to or from Deno KV just fine: const kv = await Deno.openKv(); const a = await kv.get(["preferences", "ada"]); console.log(a); // Result: {"key":["preferences","ada"],"value":{"username":"ada","theme":"dark","language":"en-US"},"versionstamp":"00000000000000090000"} Today, when I run routes/test.tsx with Fresh, the data is null: export const handler: Handlers = { async G ..read more
Visit website

Follow StackOverflow Community » SaaS Questions on FeedSpot

Continue with Google
Continue with Apple
OR