Set SAML Issuer in Actions (Auth0 as IdP)

Last Updated: Mar 31, 2025

Overview

With rules the issuer could be set using context.samlConfiguration.issuer. Is there a way to do this in Actions?

Applies To

  • SAML
  • Actions

Solution

The issuer value can be set in a post-login Action using the api.samlResponse.setIssuer(issuer) method.

image