我已经同步了我们的本地活动目录与Azure广告使用Azure连接。我正在尝试将Office 365授权分配给Azure Active Directory上的安全组,但是当我在组属性中循环"License“时,"Products”选项卡看起来是禁用的,但是对于用户来说,授权辅助工作很好,这种情况只发生在组中。
安全组必须启用一些参数才能分配产品许可?还是必须在Azure Active Directory上启用其他功能?
问候
var extension= {
check_domain : function(domain){
//checking the domain name where event should occur........
},
on_load: function(e) {
var doc_event = e.originalTarget;
extension.check_domain(doc_event.location.href);
},
init: function(e) {
if(gBrowser){
gBrowser.addEventListener(