Commit 8af9ab90 authored by janskoruba's avatar janskoruba
Browse files

Merge branch 'feature/extensible-aspnet-identity' of...

Merge branch 'feature/extensible-aspnet-identity' of https://github.com/skoruba/IdentityServer4.Admin into feature/extensible-aspnet-identity
parents be35d103 fdce0ddd
......@@ -23,7 +23,6 @@ namespace Skoruba.IdentityServer4.Admin.BusinessLogic.Constants
//http://openid.net/specs/openid-connect-core-1_0.html#StandardClaims
var standardClaims = new List<string>
{
"sub",
"name",
"given_name",
"family_name",
......@@ -33,14 +32,10 @@ namespace Skoruba.IdentityServer4.Admin.BusinessLogic.Constants
"profile",
"picture",
"website",
"email",
"email_verified",
"gender",
"birthdate",
"zoneinfo",
"locale",
"phone_number",
"phone_number_verified",
"address",
"updated_at"
};
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment