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

Commit 923f8db

Browse files
committed
Introduce OpenIdConnectConstants.Claims.AuthenticationContextReference and AuthenticationMethodReference
1 parent 1d239fa commit 923f8db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/AspNet.Security.OpenIdConnect.Primitives/OpenIdConnectConstants.cs

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ public static class Claims
3030
public const string Active = "active";
3131
public const string Address = "address";
3232
public const string Audience = "aud";
33+
public const string AuthenticationContextReference = "acr";
34+
public const string AuthenticationMethodReference = "amr";
3335
public const string AuthenticationTime = "auth_time";
3436
public const string AuthorizedParty = "azp";
3537
public const string Birthdate = "birthdate";

0 commit comments

Comments
 (0)