Is your feature request related to a problem? Please describe.
With the pull request #27802 a more configurable AadOAuth2AuthorizationRequestResolver and AadWebSecurityConfigurerAdapter was introduced, primarily enabling configurability of the authorizationRequestBaseUri for Azure AD.
However, this configurable constructor is not available for Azure AD B2C, leaving it less adaptable.
Describe the solution you'd like
Please extend this configurability to Azure AD B2C by applying similar changes to AadB2cAuthorizationRequestResolver, allowing the same flexibility as in the standard Azure AD configuration.
Describe alternatives you've considered
Copying the class as stephanpelikan described in issue #2649
Additional context
No additional context.
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
Is your feature request related to a problem? Please describe.
With the pull request #27802 a more configurable
AadOAuth2AuthorizationRequestResolverandAadWebSecurityConfigurerAdapterwas introduced, primarily enabling configurability of the authorizationRequestBaseUri for Azure AD.However, this configurable constructor is not available for Azure AD B2C, leaving it less adaptable.
Describe the solution you'd like
Please extend this configurability to Azure AD B2C by applying similar changes to
AadB2cAuthorizationRequestResolver, allowing the same flexibility as in the standard Azure AD configuration.Describe alternatives you've considered
Copying the class as stephanpelikan described in issue #2649
Additional context
No additional context.
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report