Configuring SAML SSO with Okta - PortSwigger

Configuring SAML SSO with Okta - PortSwigger

SAML SSO is a protocol for web-based single sign-on that allows users to authenticate once and gain access to multiple applications without re-entering their credentials. This setup not only enhances user experience but also centralizes identity management, making it easier to manage access controls and audit trails. What is SAML SSO? SAML SSO is a standard protocol for exchanging authentication and authorization data between parties, typically an identity provider (IdP) and a service provider (SP). In the context of Okta and PortSwigger, Okta acts as the IdP, managing user identities and authenticating them, while PortSwigger acts as the SP, relying on Okta to authenticate users before granting access to its services. ...

Jul 29, 2026 路 5 min 路 942 words 路 IAMDevBox
Configuring LDAP Single Sign-On for Burp Suite DAST - PortSwigger

Configuring LDAP Single Sign-On for Burp Suite DAST - PortSwigger

LDAP single sign-on for Burp Suite DAST allows users to authenticate to Burp Suite using their existing LDAP credentials, streamlining the login process and reducing the need for separate user management within Burp Suite itself. What is LDAP single sign-on for Burp Suite DAST? LDAP single sign-on (SSO) for Burp Suite DAST integrates your organization鈥檚 LDAP directory with Burp Suite, enabling users to log in using their existing credentials. This integration simplifies the authentication process, enhances security, and ensures consistency with your organization鈥檚 identity management policies. ...

Jul 26, 2026 路 4 min 路 698 words 路 IAMDevBox
Credential Stuffing with Burp Suite - PortSwigger

Credential Stuffing with Burp Suite - PortSwigger

Why This Matters Now Credential stuffing attacks are on the rise, fueled by the increasing number of data breaches that expose vast amounts of user credentials. The recent LinkedIn data breach, which compromised over 700 million records, has made this a critical concern for any organization handling user data. Attackers are leveraging these stolen credentials to automate login attempts across various platforms, leading to widespread account takeovers and data breaches. ...

Mar 09, 2026 路 6 min 路 1127 words 路 IAMDevBox