Configure Signed Response and assertion to determine whether SAML authentication response message is digitally signed by the IDP
Choose whether the SAML assertion is encrypted or not. Encryption ensures that only the sender and receiver can understand the assertion
You can provide custom SP base URL depending upon your Service Provider Configuration.
The admin can provide an application URL, which will be used as a redirect URL after logging in.
Map users attribute to session variables, which can be retrieved and used at the application endpoint.
You can logout of all your applications by a single click
Can't find your IDP ? Contact us on samlsupport@xecurify.com. We'll help you set it up in no time.
miniOrange PHP SAML 2.0 Connector acts as a SAML Service Provider which can be configured to establish the trust between the connector and a SAML capable Identity Provider to securely authenticate the users into your application.
The connector uses the SAML protocol for exchanging authentication and authorization data with the Identity Provider.
Step 1: Download and Setup the connector on your domain.
Step 2: Configure the connector using your Identity Provider details
Step 3: Test the Configuration
Step 4: Setup the connector to work with your Application
if(session_status() === PHP_SESSION_NONE)
{
session_start();
}
$email = $_SESSION['email'];
$username = $_SESSION['username'];
// Use $email and $username variables to find user in your PHP application and start session for the user.
We offer Security Solutions of Single Sign-On, Two Factor Authentication, Fraud Prevention, and much more.
Please call us at +1978 658 9387 (US), +91 77966 99612 (India), or email us at samlsupport@xecurify.com