是否可以使用API或PowerShell在identityexperienceframework下创建Azure AD B2C PolicyKeys。
我已经尝试通过手动创建门户网站。它按预期运行良好。但是现在我正尝试通过powershell创建。.令人惊奇的是,我找不到任何方法来使用restapi或powershell Invoke-WebRequest -Uri“ https://main.b2cadmin.ext.azure.com/api/trustframework?tenantId= $ TenantID&overwriteIfExists = true”-方法POST-正文$ strBody -ContentType“ application / xml”-标题$ htHeaders -UseBasicParsing 上面的网址用于上传政策。 在identityexperienceframework中也可以使用类似的方法来创建策略密钥吗?
答案 0 :(得分:0)
根据我的研究,您可以使用https://main.b2cadmin.ext.azure.com/api/Jwks/PutSecret?tenantId=&storageReferenceId =&keyUsage =创建策略密钥。
Method : Put
URL : https://main.b2cadmin.ext.azure.com/api/Jwks/PutSecret?tenantId=<your Azure AD B2C tenant id>&storageReferenceId=<your key name>&keyUsage=<you key usage>
Header
Authorization : Bearer token
Content-type : application/xml
Body
答案 1 :(得分:0)
尚无官方支持的方法。但是该功能正在开发中。