Creates a new IdP on a tenant. Requesting user must be assigned the TenantAdmin role. For non-interactive IdPs (e.g. JWT), IdP must be created by sending options payload. For interactive IdPs (e.g. SAML or OIDC), send pendingOptions payload to require the interactive verification step; or send options payload with skipVerify set to true to skip validation step and make IdP immediately available.
Creates a new IdP on a tenant. Requesting user must be assigned the
TenantAdmin
role. For non-interactive IdPs (e.g. JWT), IdP must be created by sendingoptions
payload. For interactive IdPs (e.g. SAML or OIDC), sendpendingOptions
payload to require the interactive verification step; or sendoptions
payload withskipVerify
set totrue
to skip validation step and make IdP immediately available.