Consider: support for SecurityIdentifier claims
Open
Backlog
enhancement
- Dominant language
- C#
- Stars
- 1.8k
- Forks
- 576
- Avg merge
- 6d 9h
- Merged PRs (30d)
- 2
Description
In CoreCLR and UWP, we need to consider whether or not we will support the use of Windows-isms like the user of SecurityIdentifiers for claims based auth.
In case we decide to, here are the current identified places where this will need to be considered:
- `src/System.Private.ServiceModel/src/System/ServiceModel/Security/IdentityVerifier.cs`
Allows us to use SID/UPN/SPN/DNS claim types and map them as equivalent.
Contributor guide
Assessment
This issue has not been assessed yet.