Forum Discussion
Premal Gandhi
Feb 03, 2023Former Employee
How does SaaS app know the user is accessing the app in context of existing subscription ?
The scenario is as follows:
As a bank I subscribe to SaaS app offering metered billing.
A user is now redirected to the SaaS App via the bank.
How does SaaS app know the user is accessing it i...
kgola-cflt
Feb 07, 2023Copper Contributor
There are 2 subscription IDs at play here -
1. SaaS GUID which is exposed only to the API (to ISVs)
2. Azure Subscription ID - which is exposed to both user + ISV. While subscribing to a SaaS product, the user will have to choose Az Subscription ID + Az resource group under which the SaaS resource will be created.
1. SaaS GUID which is exposed only to the API (to ISVs)
2. Azure Subscription ID - which is exposed to both user + ISV. While subscribing to a SaaS product, the user will have to choose Az Subscription ID + Az resource group under which the SaaS resource will be created.
Premal Gandhi
Feb 07, 2023Former Employee
kgola-cflt - So focus on #2 in your reply above. What prevents a user from selecting an incorrect subscription Id ?
- kgola-cfltFeb 14, 2023Copper Contributor
In case you're using a Private Offers (tied to a Billing Account and indirectly to an underlying Az Subscription), it will show a hint that you've selected a subscription that's not covered by Private Offers. Other than that, I don't think there is a constraint that ISV can place to stop a user from clicking a particular subscription