You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Initializes a new instance of the <see cref="AppConfigService"/>
48
39
/// </summary>
49
40
/// <param name="configuration">
50
41
/// The <see cref="IConfiguration"/> used to set the properties
51
42
/// </param>
52
-
/// <param name="authenticationPluginInjector">The injected <see cref="IAuthenticationPluginInjector"/>, uses to check wheter that external JWT authentication is enabled or not</param>
thrownewConfigurationErrorsException("Both local and external JWT Bearer authentication is enabled, only one may be enabled");
203
+
thrownewConfigurationErrorsException("Both local and external authentication are enabled, local one is not supported while external authentication is enabled");
thrownewConfigurationErrorsException("External JWT Authentication plugin is not present, please contact administrator to include Enterprise Edition plugins.");
0 commit comments