Force Session Authentication

Closed
0
0

How can I force the intern WiseJ context, that the session is authenticated?

 

This don’t work, cause the property is readonly:

Application.IsAuthenticated=true;

 

  • You must to post comments
0
0

Wisej works with any authentication scheme supported by the web server and the browser.

If you want to force a secure connection instead use the “secure” property in default.json. Application.IsSecure will return true if the browser is using SSL. You may also navigate to an https:// url programmatically. When the connection is https:// Wisej will also use a secure WebSocket connection with wss://.

 

  • You must to post comments
0
0

Hi Kay,

you usually force browser authentication in your web server.

IsAuthenticated reflects the status of that authentication.

Find more information here: https://docs.wisej.com/docs/concepts/security#authentication

Best regards
Frank

  • You must to post comments
0
0

Thank you, that will help me alot !

  • You must to post comments
Showing 3 results