![]() |
|
Need Help Integrating Microsoft Entra ID SAML with IntraWeb - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: Need Help Integrating Microsoft Entra ID SAML with IntraWeb (/thread-6282.html) |
Need Help Integrating Microsoft Entra ID SAML with IntraWeb - capheny - 07-07-2026 Hello, How can I implement SAML authentication with Microsoft Entra ID with Intraweb application, ASPX deployment under IIS? Is there any sample or working project already? Thanks for any advice. RE: Need Help Integrating Microsoft Entra ID SAML with IntraWeb - Alexandre Machado - 07-17-2026 There is no ready to use example but implementing SAML authentication should require basically handle specific requests (via endpoints that can be exposed using IW's content handlers functionality). Handling these requests will require the code to decode the request and validate it. I'll see if I can create a high level overview of this process. |