Originally Posted by afolli
|
Hi, just a thought. I have not written a custom authentication class but I have found a similar issue using standard authentication class.
I have setup a resource protected by both username/password contract and radius contract. In the radius contract I want prompt the user for the one time password only as I already know his username.
If the user access first a resource protected by username/password contract and then access this resource, the username is available and it works well. If the user directly access this resource, the username is not available in the radius contract and the user must type it again.
Best regards,
Alessandro
|
Yes, this sounds exactly what I'm running into.
There must be a way to get the information about the current authenticated user.
/Jesper