AbstractApplicationBuilder<T>.WithB2CAuthority(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
を連結するビルダー。メソッドを使用する