SAML-Based SSO Authentication Idea

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.
L1 Bithead
No ratings

As a SAML-based, single sign-on (SSO) login summary with most of SAML components in the picture below, I want to point out some important things that need to be done to make SAML work:

 

  1. SAML is XML-based protocol used for exchanging authentication and authorization data between different parties, so we'll need the user's browser to handle that
  2. Any authentication needs a database to validate the users against it. You can store or create users in Identity Provider (IDP) as user's database, but most of the time you'll need to integrate IDP with Active Directory or Azure Active Directory
  3. Identity Provider (IDP) and Service Provider (SP) don't talk to each other during SAML user verification. To make SAML work, you need to connect IDP with SP ahead of time. IDP and SP need to exchange metadata and get SSL certification for this integration to work. The SP and IDP must establish a trust relationship, which involves exchanging metadata that includes information about each other's endpoints, public keys, and other configuration details

 

SAML (Security Assertion Markup Language) protocol components and messages based to single sign-on (SSO):

 

  1. Identity Provider (IDP): The system responsible for authenticating users and issuing SAML assertions that contain information about the user's identity and attributes
  2. Service Provider (SP): The system that provides access to protected resources or applications and that relies on SAML assertions issued by the IDP to authenticate users
  3. Assertion Consumer Service (ACS): A web endpoint on the SP that receives and processes SAML responses from the IDP
  4. SAML Request: A message sent by the SP to the IDP requesting authentication and authorization for a user
  5. SAML Response: A message sent by the IDP to the SP containing a SAML assertion that authenticates the user and provides information about their identity and attributes

 

SAML .png

 


 

Rate this article:
Comments
L0 Member

We are getting an internal server error response after integrating prismacloud with keycloak. What could be the reason for the internal server error response? 

  • 1467 Views
  • 1 comments
  • 1 Likes
Register or Sign-in
Labels
Article Dashboard
Version history
Last Updated:
‎05-12-2023 06:24 AM
Updated by: