In an Azure Active Directory B2C Tenant, you have the possibility to create applications that are linked to your tenant.
It is possible to access you're tenant's objects using Microsoft Graph API.
My question is how can i access (read, create update delete) AD B2C applications using Microsoft Graph API (or Microsoft.Graph nuget package)?
Many thanks in advance for your help.