why Request.IsAuthenticated is false in callback gateway? #4653
Replies: 10 comments 6 replies
-
Can we get a code example of what you are doing? |
Beta Was this translation helpful? Give feedback.
-
There is no code! |
Beta Was this translation helpful? Give feedback.
-
after user callback to dnn display again login button! |
Beta Was this translation helpful? Give feedback.
-
Is it possible that you have multiple Alias variations? Maybe both root and |
Beta Was this translation helpful? Give feedback.
-
my address |
Beta Was this translation helpful? Give feedback.
-
We have the same problem. Authentication is lost after the callback. But once refreshed, it is authenticated. |
Beta Was this translation helpful? Give feedback.
-
Cookie ".DOTNETNUKE" is not in the list of C # cookies in callback! |
Beta Was this translation helpful? Give feedback.
-
I found the problem i change web.config : and problem solved! These changes do not have a security problem? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
DNN follows the default using the Lax method, there have been some arguments for the default to be Strict. Using “none” as you have set is something you need to be sure that it isn’t a concern as for many sites it is less secure. This article has a good overview https://web.dev/samesite-cookies-explained/ |
Beta Was this translation helpful? Give feedback.
-
hi
When the user logs in dnn, the value of the Request.IsAuthenticated is true
As soon as the user connects to the banking portal gateway and returns to the site from the gateway again, the value of Request.IsAuthenticated becomes false!
And it causes the user's DNN and anonymity and again display login button.
Changing the page also solves the problem and again the value of Request.IsAuthenticated becomes true
Beta Was this translation helpful? Give feedback.
All reactions