-
Notifications
You must be signed in to change notification settings - Fork 550
Add Baidu Provider #247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Baidu Provider #247
Conversation
| /// <summary> | ||
| /// 当前登录用户的数字ID | ||
| /// </summary> | ||
| public const string UserId = "urn:baidu:userid"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use ClaimTypes.NameIdentifier
| /// <summary> | ||
| /// 当前登录用户的用户名,值可能为空。 | ||
| /// </summary> | ||
| public const string UserName = "urn:baidu:username"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use ClaimTypes.Name
| /// <summary> | ||
| /// 生日,以yyyy-mm-dd格式显示。 | ||
| /// </summary> | ||
| public const string Birthday = "urn:baidu:birthday"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use ClaimTypes.DateOfBirth
|
Is this a duplicate of #245? |
|
@martincostello yep |
|
Closing as this is a duplicate of #245. |
No description provided.