We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88804c3 commit 6716c3cCopy full SHA for 6716c3c
1 file changed
src/AasSecurity/SecurityHelper.cs
@@ -102,13 +102,14 @@ private static void ParseSecurityMetamodel()
102
for (var i = 0; i < GlobalSecurityVariables.ServerKid.Count; i++)
103
{
104
if (GlobalSecurityVariables.ServerKid[i] != "" &&
105
- GlobalSecurityVariables.ServerKid[i] == kid)
+ GlobalSecurityVariables.ServerKid[i] == kid)
106
107
domain = GlobalSecurityVariables.ServerDomain[i];
108
return GlobalSecurityVariables.ServerJwksUrl[i];
109
}
110
else if (GlobalSecurityVariables.ServerIssuerUrl[i] == iss)
111
112
+ domain = GlobalSecurityVariables.ServerDomain[i];
113
//ToDo request well-known endpoint to get JWKS properly
114
return $"{GlobalSecurityVariables.ServerIssuerUrl[i]}/jwks";
115
0 commit comments