Set SAML Issuer in Actions (Auth0 as IdP)
Sep 10, 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.