Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Part of the B2C export not working due to Graph version #56

Open
gmihalev opened this issue Sep 4, 2023 · 1 comment
Open

Part of the B2C export not working due to Graph version #56

gmihalev opened this issue Sep 4, 2023 · 1 comment

Comments

@gmihalev
Copy link

gmihalev commented Sep 4, 2023

Hello I'm having issue with exporting B2C configuration. I'm Using PS v.7+

If I run:
Export-Entra $tenantPath -Type "B2C"

It exports only: Identity/UserFlowAttributes

The other two:

  • identity/userFlows
  • identity/b2cUserFlows
    are failing with an error:
    BadRequest","message":"Resource not found for the segment 'b2cUserFlows'/'userFlows'

According to my research on the problem, I think that the reason is the last two are not present in Graph "v1.0" and only in Graph "beta" version.

Maybe if the schema is modified to include "ApiVersion = 'beta'" for these properties it will work...?

@kreestof1
Copy link

same issue to me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants