[OPENAM-14257] Session Upgrade - AuthType, Service & moduleAuthTime format changes Created: 16/Jan/19 Updated: 23/Sep/20 |
|
Status: | Open |
Project: | OpenAM |
Component/s: | authentication |
Affects Version/s: | 13.5.2, 5.5.1, 6.0.0, 6.5.0, 6.5.2.1 |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | Tasos Kampas | Assignee: | Unassigned |
Resolution: | Unresolved | Votes: | 0 |
Labels: | AME | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Issue Links: |
|
Description |
Bug descriptionSame issue with the AuthLevel session property issue: Before Session upgrade: <Property name=“AuthType” value=“DataStore|http”></Property> <Property name=“Service” value=“test”></Property> <Property name="moduleAuthTime" value="DataStore+2019-01-15T16:42:56Z|http+2019-01-15T16:41:59Z"></Property> After session upgrade: <Property name=“AuthType” value=“/:DataStore|DataStore|http”></Property> <Property name=“Service” value=“/:ldapService|test”></Property> <Property name="moduleAuthTime" value="DataStore+2019-01-15T16:42:56Z|http+2019-01-15T16:41:59Z|/:DataStore+2019-01-15T16:41:59Z"></Property> How to reproduce the issueSame as Expected behaviourFormat should remain the same Current behaviourFormat changes |