Difference between revisions of "Security Header Details"

From Gcube Wiki
Jump to: navigation, search
 
Line 1: Line 1:
This page will provide a brief summary of the formats of the Security Header accepted by SOA3 libraries:
+
This page provides a brief summary of the formats of the Security Header accepted by SOA3 libraries:
  
 
* Basic (User Name/Password) Authentication: <code>Authorization BASIC <Base64(Username:Password)></code>
 
* Basic (User Name/Password) Authentication: <code>Authorization BASIC <Base64(Username:Password)></code>
 
* Identity Federation (SAML Assertion ID): <code>Authorization FED <Base64(AssertionID)></code>
 
* Identity Federation (SAML Assertion ID): <code>Authorization FED <Base64(AssertionID)></code>
* Ticket (Active Session):<code>Authorization SES  <Base64(serviceId::local_ticket)></code>. Look at [[SOA3_Connector#Ticket_based_Authentication|Ticket Based Authentication]] for further details on the meaning of serviceId and local_ticket
+
* Ticket (Active Session):<code>Authorization SES  <Base64(serviceId::local_ticket)></code>. The  [[SOA3_Connector#Ticket_based_Authentication|Ticket Based Authentication]] page contains further details on the meaning of serviceId and local_ticket

Latest revision as of 12:17, 10 December 2013

This page provides a brief summary of the formats of the Security Header accepted by SOA3 libraries:

  • Basic (User Name/Password) Authentication: Authorization BASIC <Base64(Username:Password)>
  • Identity Federation (SAML Assertion ID): Authorization FED <Base64(AssertionID)>
  • Ticket (Active Session):Authorization SES <Base64(serviceId::local_ticket)>. The Ticket Based Authentication page contains further details on the meaning of serviceId and local_ticket