View Issue Details

IDProjectCategoryView StatusLast Update
000914010000-018: Role-Based SecuritySpecpublic2023-09-21 12:14
ReporterKevin Herron (Inductive Automation) Assigned ToMatthias Damm  
PrioritynormalSeverityminorReproducibilityN/A
Status closedResolutionfixed 
Fixed in Version1.05.03 
Summary0009140: Inconsistent definition for Anonymous and AuthenticatedUser IdentityMappingRuleType criteria
Description

The table in 4.4.3 IdentityMappingRuleType says:

The criteria are a "" for Anonymous and AuthenticatedUser.

However, in the text below that, the criteria for Anonymous and AuthenticatedUser is defined to be a null string, which is not the same thing as an empty string:

If the criteriaType is Anonymous, the criteria is a null string which indicates no user credentials have been provided.
If the criteriaType is AuthenticatedUser, the criteria is a null string which indicates any valid user credentials have been provided.

TagsNo tags attached.
Commit Version1.05.03
Fix Due Date

Activities

Matthias Damm

2023-09-20 11:58

developer   ~0020032

null and empty are equal - we made this kind of change already in Part 4 and 6

Replaced
null or empty string
with
null string

Jim Luth

2023-09-21 12:14

administrator   ~0020039

Agreed to changes in F2F.

Issue History

Date Modified Username Field Change
2023-09-09 00:05 Kevin Herron (Inductive Automation) New Issue
2023-09-20 11:58 Matthias Damm Assigned To => Matthias Damm
2023-09-20 11:58 Matthias Damm Status new => resolved
2023-09-20 11:58 Matthias Damm Resolution open => fixed
2023-09-20 11:58 Matthias Damm Fixed in Version => 1.05.03
2023-09-20 11:58 Matthias Damm Note Added: 0020032
2023-09-21 12:14 Jim Luth Status resolved => closed
2023-09-21 12:14 Jim Luth Commit Version => 1.05.03
2023-09-21 12:14 Jim Luth Note Added: 0020039