A native IIS HTTP module that intercepts requests, validates SAML tokens, and injects claims — before your application sees a single line of code. Installed via MSI, configured in minutes, free on every server and every site.
<!-- No application code changes required --> <system.webServer> <modules> <add name="NotentraSP" type="Notentra.SP.IIS.SamlModule, Notentra.SP.IIS" preCondition="managedHandler" /> </modules> </system.webServer> // Identity arrives as request headers: // X-Notentra-Upn // X-Notentra-Email // X-Notentra-Groups // No domain join. No reverse proxy.
Most SAML SP solutions require a reverse proxy. Notentra's module lives inside the IIS pipeline itself — the same place IIS already handles every request.
The MSI installs a standalone configuration tool. It lists the IIS sites on the server, autodiscovers your Notentra IdP, and handles SAML, sessions, protected paths, and claim mappings — all from one window.
One MSI registers the module in the Global Assembly Cache, strong-name signed. No per-site DLL copying, no manual GAC work.
Each IIS site has its own IdP, entity ID, claim mappings, and session policy — encrypted on disk, validated at startup.
A DNS SRV lookup finds your Notentra IdP automatically. IIS binding parsing and contact info resolved in the background.
Stateless signed cookie, UDP multicast between nodes, or shared Redis with instant revocation — chosen per site.
Claims injected straight into the IIS pipeline. The protected app server needs no AD or LDAP connectivity.
Any config or decryption error returns HTTP 503 — the site is never served anonymously. XML Signature Wrapping defenses built in.
The SP module installs to a production IIS server in under 10 minutes. No reboots, no service interruption.
Registers the module in the GAC, creates config storage, and installs the configuration tool — in one step.
Launch as Administrator. Your IIS sites are listed automatically. Pick the site to protect.
Autodiscover or paste your IdP URL. Map SAML attributes to the request headers your app reads.
Approve the SP at the IdP admin console and run a test sign-in. No license file needed — it's free.
Register for access, download the MSI, and have your application behind SSO before your next meeting.