Security Header Details
From Gcube Wiki
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