28 : <cfelse>
29 : <!--- Should never get here as you shouldn't be able to get past Cosign without the user being set, but anyway.... --->
30 : <cfthrow type="CosignAuth.RemoteUserNotSet" message="Remote user was not received by application." extendedInfo="Please contact support." />
31 : </cfif>
32 : <cfelse>
|