View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009313 | CTT UA Scripts | 1 - Script Issue | public | 2023-12-14 13:32 | 2024-04-12 05:58 |
Reporter | Thomas | Assigned To | Michael Fehler | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Fixed in Version | 1.03.508 | ||||
Summary | 0009313: Security User Anonymous TC1 and TC2 using wrong PolicyId | ||||
Description | The CTT is using the PolicyId "Anonymous" instead of the PolicyId received in GetEndpoints response. Our server replies with BadIdentityTokenInvalid which is expected if the client provides an unknown PolicyId. | ||||
Tags | No tags attached. | ||||
Files Affected | /library/Base/identity.js | ||||
|
I am not sure if this relates to your issue, but I think we found an issue in the buildAnonymousIdentityToken() method. The getUserTokenPolicy() method called inside buildAnonymousIdentityToken() will be called with an empty "securityPolicyUri" if the first "if-clause" is true. This causes the test to create a new UaAnonymousIdentityToken instead of using the one in the response. |
|
Reviewed issue in call, agreed to changes and closed issue |
Date Modified | Username | Field | Change |
---|---|---|---|
2023-12-14 13:32 | Thomas | New Issue | |
2023-12-14 15:16 | Paul Hunkar | Assigned To | => Alexander Allmendinger |
2023-12-14 15:16 | Paul Hunkar | Status | new => assigned |
2023-12-21 10:12 | Maximilian | Note Added: 0020542 | |
2023-12-21 10:12 | Maximilian | File Added: buildAnonymousIdentityToken.png | |
2024-01-11 07:05 | Michael Fehler | Assigned To | Alexander Allmendinger => Michael Fehler |
2024-01-19 07:16 | Michael Fehler | Status | assigned => resolved |
2024-01-19 07:16 | Michael Fehler | Files Affected | => /library/Base/identity.js |
2024-04-12 05:58 | Paul Hunkar | Status | resolved => closed |
2024-04-12 05:58 | Paul Hunkar | Resolution | open => fixed |
2024-04-12 05:58 | Paul Hunkar | Fixed in Version | => 1.03.508 |
2024-04-12 05:58 | Paul Hunkar | Note Added: 0021119 |