No identity provider configure from Portal Web with Authetication Azure AD

I need deploy the portal web in a Site Web with the port 8443 and it authentication by Azure AD. I can not use "Default Web Site" because we need have different certificate.

Now, if I deploy the portal web in a SiteWeb with the port 8443, I get the error:

No identity provider configured

If I use the authentication de Active Directory, it work fine.

However, if I deploy the portal web in the "Default Web Site", it work fine and I can authentication by Azure AD.


Any idea?

Thanks!
Parents
  • Hello,

    the error thar I get is:

    2022-02-24 09:31:44.3839 ERROR (    WebLog gvj30c32xodjuggauhvwxwbt) : System.AggregateException: One or more errors occurred. ---> VI.Base.ViException: No identity provider configured.
       at QER.OAuthAuthentifier.OAuth.<_GetConfigAsync>d__38.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at QER.OAuthAuthentifier.OAuth.<GetConfigurationAsync>d__25.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at VI.DB.Auth.DbAuthenticator.<GetConfigurationAsync>d__9.MoveNext()
       --- End of inner exception stack trace ---

    Some idea?

Reply
  • Hello,

    the error thar I get is:

    2022-02-24 09:31:44.3839 ERROR (    WebLog gvj30c32xodjuggauhvwxwbt) : System.AggregateException: One or more errors occurred. ---> VI.Base.ViException: No identity provider configured.
       at QER.OAuthAuthentifier.OAuth.<_GetConfigAsync>d__38.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at QER.OAuthAuthentifier.OAuth.<GetConfigurationAsync>d__25.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at VI.DB.Auth.DbAuthenticator.<GetConfigurationAsync>d__9.MoveNext()
       --- End of inner exception stack trace ---

    Some idea?

Children