AbstractApplicationBuilder<T>.WithB2CAuthority(String) メソッド

定義

Azure AD B2C ポリシーに対応する既知の機関を追加します。 「https://aka.ms/msal-net-b2c-specificities」を参照してください。

public T WithB2CAuthority(string authorityUri);
member this.WithB2CAuthority : string -> 'T
Public Function WithB2CAuthority (authorityUri As String) As T

パラメーター

authorityUri
String

Azure AD B2C 機関 (B2C ポリシーを含む)"https://fabrikamb2c.b2clogin.com/tfp/{Tenant}/{policy}

返品

T

を連結するビルダー。メソッドを使用する

適用対象