JWT token in a custom response header from SAMLResponse attribute
search cancel

JWT token in a custom response header from SAMLResponse attribute

book

Article ID: 282604

calendar_today

Updated On:

Products

SITEMINDER CA Single Sign On Secure Proxy Server (SiteMinder)

Issue/Introduction


Running Policy Server as Service Provider (SP) in a Federation journey, how to achieve the following:

  • Extract user attributes from the SAMLResponse assertion;
  • Add a JWT token as HTTP Header to the protected application;

 

Resolution


There are some options to achieve this, including the usage of CA API Gateway, or using ODBC flow, or Java Active Response, or using CA Access Gateway (SPS) AZ WebService (1).

A code sample can be used as a Java Active Response (2).

 

Additional Information