Is there a way to get Azure B2C app details from Graph queries?

Viewed 21

My goal is to get B2C application details from graph queries.

Normally, for AAD application I got the query like:

GET https://graph.microsoft.com/v1.0/applications/id

But I can't find a query to get B2C application details including the userflow and scopes it used.

Is this possible? Can anyone with this domain knowledge help me out with the query to use?

0 Answers
Related