Hi @Jef Schraag-Halma , Thanks for reaching out. Aure AD B2C User flow or custom policies are compatible with B2C specific Application Registration option "Accounts in any identity provider or organizational directory (for authenticating users with user flows)" as B2C is for consumer-based applications. In client credential scenario, "signInAudience": "AzureADandPersonalMicrosoftAccount" is only supported type with Azure AD B2C for all the users. If you are looking to support users only from your organization, then you can use Microsoft Entra Endpoint to get the access token. https://login.microsoftonline.com/<tenantId>/oauth2/v2.0/token Hope this will help.
Thanks,
Shweta
Please remember to "Accept Answer" if answer helped you.