@@ -149,7 +149,8 @@ private async static void ParseAuthenticationServer(AdminShellPackageEnv env, Su
149149 GlobalSecurityVariables . ServerCertificates . Add ( null ) ;
150150 GlobalSecurityVariables . ServerCertFileNames . Add ( "" ) ;
151151 GlobalSecurityVariables . ServerDomain . Add ( domain ) ;
152- GlobalSecurityVariables . ServerJwksUrl . Add ( jwks ) ;
152+ GlobalSecurityVariables . ServerJwksUrl . Add ( jwks ) ;
153+ GlobalSecurityVariables . ServerIssuerUrl . Add ( "" ) ;
153154 GlobalSecurityVariables . ServerKid . Add ( kid ) ;
154155 }
155156 else if ( line . Contains ( "BEGIN CERTIFICATE" ) )
@@ -166,7 +167,8 @@ private async static void ParseAuthenticationServer(AdminShellPackageEnv env, Su
166167 GlobalSecurityVariables . ServerCertificates . Add ( x509 ) ;
167168 GlobalSecurityVariables . ServerCertFileNames . Add ( serverName + ".cer" ) ;
168169 GlobalSecurityVariables . ServerDomain . Add ( domain ) ;
169- GlobalSecurityVariables . ServerJwksUrl . Add ( "" ) ;
170+ GlobalSecurityVariables . ServerJwksUrl . Add ( "" ) ;
171+ GlobalSecurityVariables . ServerIssuerUrl . Add ( "" ) ;
170172 GlobalSecurityVariables . ServerKid . Add ( "" ) ;
171173 }
172174 else if ( insideBas64 )
@@ -336,6 +338,7 @@ private async static void ParseAuthenticationServer(AdminShellPackageEnv env, Su
336338 GlobalSecurityVariables . ServerCertFileNames . Add ( serverName + ".cer" ) ;
337339 GlobalSecurityVariables . ServerDomain . Add ( domain ) ;
338340 GlobalSecurityVariables . ServerIssuerUrl . Add ( issuer ) ;
341+ GlobalSecurityVariables . ServerJwksUrl . Add ( "" ) ;
339342 GlobalSecurityVariables . ServerKid . Add ( kid ) ;
340343 }
341344 }
0 commit comments