DNN Forums

Ask questions about your website to get help learning DNN and help resolve issues.

The call is ambiguous ... Custom Authentication Module

Sort:
You are not authorized to post a reply.





New Around Here





    I've got a custom Authentication module put together for two of our partner sites
    Error    CS0121    The call is ambiguous between the following methods or properties: 'Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService<T>(System.IServiceProvider)' and 'Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService<T>(System.IServiceProvider)'    Smithbucklin.Modules.AuthenticationRhythm    D:\Dev\smithbucklin.DNNAuth\source-code\Modules\Authentication_Partner\Login.ascx.cs

    that's preventing my module from building.

    I know it's tied to a library that just isn't right and was looking for where to hunt to resolve this issue.

    It's happeninng here in my base code which is part of DNN base code.

            private static readonly ILog Logger = LoggerSource.Instance.GetLogger(typeof(Login));
            private readonly INavigationManager _navigationManager;

            public Login()
            {
                this._navigationManager = this.DependencyProvider.GetRequiredService<INavigationManager>();
            }

     

     

     






    Veteran Member





      Did you name your authentication provider "DNN"? If yes, change it to anything else.





      New Around Here





        thanks you sir,

        appreciate it






        Veteran Member





          Posted By Joshua Rose on 3/26/2024 6:13 AM

          thanks you sir,

          appreciate it

          Always my pleasure... Have a great day!  :) 

           






          Advanced Member





            Posted By Will Strohl on 3/25/2024 4:24 PM
            Did you name your authentication provider "DNN"? If yes, change it to anything else.

             

            Haha - great catch there Mr. Strohl!

             

            David Poindexter


            Creator:


            You are not authorized to post a reply.

            These Forums are dedicated to the discussion of DNN Platform.

            For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

            1. If you have (suspected) security issues, please DO NOT post them in the forums but instead follow the official DNN security policy
            2. No Advertising. This includes the promotion of commercial and non-commercial products or services which are not directly related to DNN.
            3. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
            4. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
            5. No Flaming or Trolling.
            6. No Profanity, Racism, or Prejudice.
            7. Site Moderators have the final word on approving / removing a thread or post or comment.
            8. English language posting only, please.

            Would you like to help us?

            Awesome! Simply post in the forums using the link below and we'll get you started.

            Get Involved