I am trying to run the sample at:
https://github.com/Azure-Samples/ms-identity-dotnetcore-b2c-account-management
And am receiving this error:
Enter command, then press ENTER: 7 Create a user with the custom attributes 'FavouriteSeason' (string) and 'LovesPets' (boolean) Have you created the custom attributes 'FavouriteSeason' (string) and 'LovesPets' (boolean) in your tenant?
Code: Request_BadRequest Message: One or more property values specified are invalid. Inner error: AdditionalData: date: 2020-06-30T23:24:26 request-id: dad23cee-984b-439c-a943-9e1bc6be4c9b ClientRequestId: dad23cee-984b-439c-a943-9e1bc6be4c9b
I have created the custom attributes and can clear see them in the tenant...it even returns their ids. I've setup the Graph access level appropriately (I believe).
Any ideas? Thank you!