Authentication API
Hi,
I have written a class using the authentication API. This class is used in a contract with a standard FORM username/password.
If the user access the protected resource direct, it all works fine.
But if the user first visit a resource protected with a contract with only FORM username/password, I can't get my class to work.
How can I find out if the user is already authenticated with FORM username/password.
I have tried with:
NIDPPrincipal nidpprincipal = (NIDPPrincipal)m_Properties.get("Principal");
but that is null.
Regards
/Jesper
|