Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

Commit

Permalink
Introduce OpenIdConnectConstants.Claims.AuthenticationContextReferenc…
Browse files Browse the repository at this point in the history
…e and AuthenticationMethodReference
  • Loading branch information
kevinchalet committed Oct 16, 2017
1 parent 0980fb8 commit 461ecd4
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -30,6 +30,8 @@ public static class Claims
public const string Active = "active";
public const string Address = "address";
public const string Audience = "aud";
public const string AuthenticationContextReference = "acr";
public const string AuthenticationMethodReference = "amr";
public const string AuthenticationTime = "auth_time";
public const string AuthorizedParty = "azp";
public const string Birthdate = "birthdate";
Expand Down

0 comments on commit 461ecd4

Please sign in to comment.