We are looking at using Azure AD B2C to manage our customer identities for us; however, we have a lot of customers that request custom access lifetimes within our applications. Meaning if the default access token lifetime for an application is 1 hour, for Customer A they may want that access token lifetime to be 30 minutes and Customer B may want that to be 2 hours.
I know there is a concept of creating custom policies, but none of those policies looked like they could be directed at a specific set of users. Am I missing something here?