#{securityContext.userName} returns anonymous
RameshAug 19 2010 — edited Aug 24 2010Why is that #{securityContext.userName} always returns anonymous?
I am using Jdeveloper JDEVADF_11.1.1.2.0_GENERIC_091029.2229.5536 and I am using programatic authentication.
After authetication if i try to display userName in the next page using #{securityContext.userName} it shows anonymous
Call ADFContext.getCurrent().getSecurityContext().getUserName() also shows anonymous.
Is it a bug? is there a Work around?
Thanks
Edited by: user11320170 on Aug 19, 2010 11:29 AM