gpt4 book ai didi

azure - 使用哪个 Nuget 来创建 AAD 应用程序?

转载 作者:行者123 更新时间:2023-12-03 02:57:00 26 4
gpt4 key购买 nike

我正在尝试使用 C# 创建 AAD 应用程序。

我有两个选择,我可以使用:

  1. 组装:

    Microsoft.Azure.ActiveDirectory.GraphClient 
  2. 组装:

    Microsoft.Azure.Graph.RBAC

我想知道选择选项 1 或选项 2 的优缺点?

有人可以给我提供见解吗?

最佳答案

我知道 Microsoft.Azure.Graph.RABC 是最新的,但我仍然建议 Microsoft.Azrue.ActiveDirectory.GraphClient,因为它在创建应用程序时包含更多参数。因此,您将有更多可用的自定义选项。

        public IList<ExtensionProperty> ExtensionProperties { get; set; }
public string SamlMetadataUrl { get; set; }
public IList<RequiredResourceAccess> RequiredResourceAccess { get; set; }
public IList<string> ReplyUrls { get; set; }
public string RecordConsentConditions { get; set; }
public bool? PublicClient { get; set; }
public IList<PasswordCredential> PasswordCredentials { get; set; }
public bool Oauth2RequirePostResponse { get; set; }
public IList<OAuth2Permission> Oauth2Permissions { get; set; }
public bool Oauth2AllowUrlPathMatching { get; set; }
public bool Oauth2AllowImplicitFlow { get; set; }
public string LogoutUrl { get; set; }
public IList<Guid> KnownClientApplications { get; set; }
public IList<KeyCredential> KeyCredentials { get; set; }
public IList<string> IdentifierUris { get; set; }
public string Homepage { get; set; }
public string GroupMembershipClaims { get; set; }
public string ErrorUrl { get; set; }
public string DisplayName { get; set; }
public bool? AvailableToOtherTenants { get; set; }
public IList<AppRole> AppRoles { get; set; }
public string AppId { get; set; }
public IList<AddIn> AddIns { get; set; }
public IList<DirectoryObject> Policies { get; set; }
public IList<ServiceEndpoint> ServiceEndpoints { get; set; }

关于azure - 使用哪个 Nuget 来创建 AAD 应用程序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52197495/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com