コード例 #1
0
 /// <summary>
 /// Initializes a new <see cref="WsFederationOptions"/>
 /// </summary>
 public WsFederationOptions()
 {
     CallbackPath = "/signin-wsfed";
     // In ADFS the cleanup messages are sent to the same callback path as the initial login.
     // In AAD it sends the cleanup message to a random Reply Url and there's no deterministic way to configure it.
     //  If you manage to get it configured, then you can set RemoteSignOutPath accordingly.
     RemoteSignOutPath = "/signin-wsfed";
     Events            = new WsFederationEvents();
 }
コード例 #2
0
ファイル: WsFederationOptions.cs プロジェクト: Tratcher/WsFed
 /// <summary>
 /// Initializes a new <see cref="WsFederationOptions"/>
 /// </summary>
 public WsFederationOptions()
 {
     CallbackPath = "/signin-wsfed";
     Events       = new WsFederationEvents();
 }