Skip to content

Overview

This document outlines the specifications of Accops SAML Service Provider (SP) support and provides steps to configure external SAML IDP server in Accops HySecure for authentication.

What is a SAML Assertion?

A SAML Assertion is the XML document that the identity provider sends to the service provider that contains the user authorization. There are three different types of SAML Assertions – authentication, attribute, and authorization decision.

  1. Authentication assertions prove identification of the user and provide the time the user logged in and what method of authentication they used (I.e., Kerberos, 2 factor, etc.)

  2. Attribution assertion passes the SAML attributes to the service provider – SAML attributes are specific pieces of data that provide information about the user.

  3. Authorization decision assertion says if the user is authorized to use the service or if the identify provider denied their request due to a password failure or lack of rights to the service.

Accops uses following attributes in Attribution Assertions

  1. username: the unique User ID attribute that is used to map all policies

  2. email : Email ID of the user used for sending OTP or alerts

  3. mobile number : User’s phone number for sending OTP if enabled

The flow of SAML authentication is as give below

Accops SAML SP Specifications

Following are key specifications

Item Details
SAML Protocol Version 2.0
Signing Algorithms SHA1, SHA256
Encryption Algorithms SHA256 and AES
Request Binding Support
  • HTTP Redirect Binding

  • HTTP POST Binding

Requesting Signing support Yes