-
Notifications
You must be signed in to change notification settings - Fork 401
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 SecurityTokenClaimsIdentity #2858
base: dev
Are you sure you want to change the base?
Conversation
e89dfb6
to
01f090d
Compare
01f090d
to
46503e3
Compare
BenchmarkDotNet v0.13.12, Windows 11 (10.0.26100.2033) (Hyper-V) Job=MediumRun MaxAbsoluteError=10.0000 ms IterationCount=15
|
/// <param name="type"></param> | ||
/// <param name="value"></param> | ||
/// <returns></returns> | ||
public virtual bool HasPayloadClaim(string type, string value) => false; |
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.
This naming makes sense for JWT, but not for SAML
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.
The naming is sort of temporary for now. We have similarly named methods that perform old logic; so tried to make these stand out for the ease of refactoring for now.
#2531
Performance results: #2858 (comment)