Developer-centric

A unified platform with REST APIs and user-friendly Docs

Cripsa puts developers first! Simplifying success with RESTful APIs and friendly docs. Unleash your potential, and build exceptional authentication and authorization solutions effortlessly.

<?php

$curl = curl_init();
curl_setopt_array($curl, array(
  CURLOPT_URL => 'https://api.cripsa.com/v2/saml/saml-create-project',
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_ENCODING => '',
  CURLOPT_MAXREDIRS => 10,
  CURLOPT_TIMEOUT => 0,
  CURLOPT_FOLLOWLOCATION => true,
  CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
  CURLOPT_CUSTOMREQUEST => 'POST',
  CURLOPT_POSTFIELDS =>'{
  "domain": "example.com",
  "CallbackURL": "https://example.com/callback",
  "LogoutURL": "https://example.com/logout",
  "stage": "qua"
}',
  CURLOPT_HTTPHEADER => array(
    'organization-id: koO0Gm8xJrjXlBfdtpF7VgnIz',
    'Content-Type: application/json'
  ),
));

$response = curl_exec($curl);

curl_close($curl);
echo $response;

// WARNING: For POST requests, body is set to null by browsers.
var data = JSON.stringify({
"domain": "example.com",
"CallbackURL": "https://example.com/callback",
"LogoutURL": "https://example.com/logout",
"stage": "qua"
});

var xhr = new XMLHttpRequest();
xhr.withCredentials = true;

xhr.addEventListener("readystatechange", function() {
if(this.readyState === 4) {
console.log(this.responseText);
}
});

xhr.open("POST", "https://api.cripsa.com/v2/saml/saml-create-project");
xhr.setRequestHeader("organization-id", "koO0Gm8xJrjXlBfdtpF7VgnIz");
xhr.setRequestHeader("Content-Type", "application/json");

xhr.send(data);

import requests
import json

url = "https://api.cripsa.com/v2/saml/saml-create-project"

payload = json.dumps({
"domain": "example.com",
"CallbackURL": "https://example.com/callback",
"LogoutURL": "https://example.com/logout",
"stage": "qua"
})
headers = {
'organization-id': 'koO0Gm8xJrjXlBfdtpF7VgnIz',
'Content-Type': 'application/json'
}

response = requests.request("POST", url, headers=headers, data=payload)

print(response.text)

require "uri"
require "json"
require "net/http"

url = URI("https://api.cripsa.com/v2/saml/saml-create-project")

https = Net::HTTP.new(url.host, url.port)
https.use_ssl = true

request = Net::HTTP::Post.new(url)
request["organization-id"] = "koO0Gm8xJrjXlBfdtpF7VgnIz"
request["Content-Type"] = "application/json"
request.body = JSON.dump({
"domain": "example.com",
"CallbackURL": "https://example.com/callback",
"LogoutURL": "https://example.com/logout",
"stage": "qua"
})

response = https.request(request)
puts response.read_body

Shape Thumb
Shape Thumb
Shape Thumb
SSO SAML 2.0/OID
Shape Thumb
  • Comprehensive suite of developer tools designed to simplify the setup of authentication, authorization, and access management.
  • Effortlessly implement the necessary security measures to protect your applications and user data With our robust solutions.
  • Focus on building exceptional applications while leaving the complexities of security to us.
Shape Thumb
Effortless Authentication
Effortless Authentication - Whether you require username/password authentication, social login integration, or multi-factor authentication, Cripsa has you covered.
Flexible Authorization
Flexible Authorization- Define granular permissions, roles, and policies to ensure that your resources are accessed only by authorized individuals or groups.
Seamless Access Management
Seamless Access Management-
Grant or revoke permissions in real-time, ensuring the right level of access at any given moment.
Developer Friendly Integration
Developer Friendly Integration- accelerate development timeline with straightforward APIs, comprehensive documentation, and developer support.
Secure B2B SaaS solutions

Scalable comprehensive solutions

SSO SAML 2.0

Connect your applications and systems with any SSO SAML 2.0 IdPs in minutes. Ensure secure and efficient authentication processes. Cripsa makes integration simple with clear documentation , user-friendly configuration and robust technical support.

SSO-SAML

RBAC

Fortify your system and application without compromising security by integrating Cripsa's MFA solution. We make the implementation process efficient with easy configuration, extensive documentation, and reliable technical support.

client-authentication

MFA

Fortify your system and application without compromising security by integrating Cripsa's MFA solution. We make the implementation process efficient with easy configuration, extensive documentation, and reliable technical support.

MFA

Audit Log

Track and monitor all user activity within systems and applications. Record information about user actions, such as login attempts, file access, and system modifications. Maintain an audit trail for compliance purposes and security investigations.

auditLog

Directory Sync

Integrate user directories, like Active Directory or LDAP with other identity management systems. Automate the process of user provisioning and de-provisioning. Streamlines user management process with Cripsa's Directory Sync.

ssosaml
Reinventing The wheel ?

We have the solution for you

MFA
Reduced development cost- Secure and reliable authentication and authorization solution for your application at a fractional cost.
Focus on Core- Cripsa's ready-to-use authentication solution, helps save you time and effort for core development tasks. Save 4-8 weeks time per IdP integration.
Time Constraints- Whether you have limited time to bring your application to the market or you're already a stable app in production, Cripsa has you covered.

Start Your Free Trial Today

Join the Growing Community Of Users & Discover the Power of Our Solutions.