[SOLVED] ADFS integration

Answered
0
0

Hello,

i am investigating the application migration from Visual Web Gui to WiseJ.

Already re-build some code but i’am wondering if somebody developed an Single Sign On solution with ADFS, i tried it in VWG but it didn’t work because of the keep a live packages the VWG framework is sending.

 

 

  • You must to post comments
Best Answer
0
0

Wisej works with any authentication supported by IIS and ASPNET. You’ll find the logged in user here:

You can also impersonate the user to logon other services, i.e. SqlServer using windows authentication. Impersonation has been removed from the integrated pipeline in IIS a while ago and it has to be done per thread. Wisej exposes the Application.ThreadBegin and Application.ThreadEnd to let you call WindowsIdentity.Impersonate() and the Dispose on thread end.
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.