Re: [saml-dev] SP --> IDP Auth

From
Kunal Gandhi <>
Date
2005-11-28T18:03:43+00:00
ID
009801c5f446$0c4da3b0$0201a8c0@KUNAL
Thread
Re: [saml-dev] SP --> IDP Auth
If the user is authenticated by the IDP, 
it'll send an Assertion withing the Response to the SP.

 

If there is no Assertion, the user is not 
authenticated. There are statuses such as ...:AuthnFailed which can be set by 
the IDP.

 

If there is an assertion, the SP can 
verify and know that the user is authenticated.

 

Hope this helps.

 

=kunal

 

+contact: http://public.xdi.org/=kunal

  
----- Original Message ----- 

  
From: 
  prasanta 
  behera 

  
To:  
  

  
Sent: Monday, November 28, 2005 11:22 
  PM

  
Subject: [saml-dev] SP --> IDP 
  Auth

  

SP wants to know if the user is authenticated or not 
  (status: Y or N) at the IDP?
How can I do that?

Thanks