我已经使用Blazor服务器应用设置了Azure AD身份验证。它起作用了。我被重定向到登录,之后我被返回到应用程序。await AuthenticationStateProvider.GetAuthenticationStateAsync();
var user = authState.User; 但是,如何获得身份验证令牌呢我想要它,这样我就可以使用它向MicrosoftGraph进行身份验证。除了包含身份验证令牌(已选中)<
我们正在配置Siebel,以针对启用了Kerberos的Microsoft Active Directory进行身份验证。在Unix下的Siebel中没有启用Kerberos身份验证,因此我们计划使用简单身份验证。在域控制器中启用Kerberos时,是否可以在没有Kerberos的情况下向Microsoft Active Directory进行<
当我使用graph explorer 1.0测试planner端点时,得到的结果是404。因此,我无法获得任务id来解析到其他端点。我已经尝试了以下两个端点 https://graph.microsoft.com/v1.0/users/[useremail]/planner/tasks https://graph.microsoft.com/v1.0/me/planne