Skip to content

Commit

Permalink
fix login/domain hint constant (#800)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyf19 authored Dec 2, 2020
1 parent a4bde02 commit 8fa27af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Microsoft.Identity.Web/Constants/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ public static class Constants
/// LoginHint.
/// Represents the preferred_username claim in the ID token.
/// </summary>
public const string LoginHint = "loginHint";
public const string LoginHint = "login_hint";

/// <summary>
/// DomainHint.
/// Determined by the tenant Id.
/// </summary>
public const string DomainHint = "domainHint";
public const string DomainHint = "domain_hint";

/// <summary>
/// Claims.
Expand Down

0 comments on commit 8fa27af

Please # to comment.