We are trying to figure out pricing option for Azure B2C. Few questions:
Is it possible to have access_Token expiry time set to 30 days(without usage of refresh token)
If we use Azure B2C as IDAM for securing Azure APIs, does the token validation (offline or online) is also charged by Azure B2C?
If we have refresh token setup for 90 days and we use it to request for access token (if point 1 is invalid), will it be charged?
If accesstoken is setup for 24 hrs and we use refresh token for fetching new access token, will it 2 authentication request on Azure B2C.
Is there any cheaper identity provider which can be considered?
You are charged for each user token (i.e. an ID and/or access token) that is issued. A user token is issued as result of a user authentication (i.e. as result of a user flow) and as result of a token refresh (i.e. using a refresh token).
So: