我已经在Azure AD B2C中创建了一个名为extensions_{b2cextensionappid}_IsDemoAccount的扩展/自定义属性来标记用户是演示用户。我尝试使用dotnet core API中的GraphServiceClient创建筛选器查询,以选择Azure AD B2C目录中的所有演示用户。但它不起作用。Filter($"Extensions/any(c:c/{IsTemporaryAccount} eq true')&qu
我目前正在构建一个应用程序,它要求我根据自定义属性从Graph检索用户,在这种情况下是extoe82ql2v_test/companyName,但到目前为止,该API使用Unsupported or invalid进行响应https://graph.microsoft.com/v1.0/schemaExtensions?extoe82ql2v_test/managerMail成功地过
我在考虑REST API设计。我的数据库中有几个表。例如Customer和Order。/api/v1/Customers/ -- get list of Customers, add new Customer
/api/v1/Customers/:id:有了这个接口,我必须对/api/v1/Orders