Security Header Details

From Gcube Wiki
Revision as of 16:01, 29 May 2013 by Ciro.formisano (Talk | contribs) (Created page with 'This page will provide a brief summary of the formats of the Security Header accepted by SOA3 libraries: * Basic (User Name/Password) Authentication: <code>Authorization BASIC <…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This page will provide 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):<code>Authorization SES <Base64(serviceId::local_ticket)>. Look at Ticket Based Authentication for further details on the meaning of serviceId and local_ticket