Skip to main content

Profile Pre-filling from External IdP

Automatically pre-fill user data​

You can use a ZITADEL action if you want to prefill the fields specific fields like firstname, lastname and email verified with your providers data.

  1. Go to the users target organizations settings page.
  2. Add a new action with the body below. Make sure the action name equals the scripts function name. Also change the id in the script to match your provider configurations id.
  3. Add the action to the flow "External Authentication" and trigger it on "Post Authentication"

This action is an example for OKTA. You can also use it for any other provider

examples/okta_identity_provider.js
loading...