Set SAML Issuer in Actions (Auth0 as IdP)

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. 

 

Recommended content

No recommended content found...