Is your feature request related to a problem? Please describe.
When adding support for the Phone Auth API I want to ensure the same behavior as the standard authentication support, including the same claims transformation. The problem is that I can't create the BankIdClaimsTransformationContext since the constructor is internal.
What area is it related to
AspNetCore
Describe the solution you'd like
Make the constructor public.
Describe alternatives you've considered
The only alternative is to re-implement everything related to claims transformation.
Is your feature request related to a problem? Please describe.
When adding support for the Phone Auth API I want to ensure the same behavior as the standard authentication support, including the same claims transformation. The problem is that I can't create the BankIdClaimsTransformationContext since the constructor is internal.
What area is it related to
AspNetCore
Describe the solution you'd like
Make the constructor public.
Describe alternatives you've considered
The only alternative is to re-implement everything related to claims transformation.