How do I change the notification to prompt Vendor Registration through the Vendor Portal?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2025 01:50 AM
Dear experts,
I am facing an issue where if I register a new third-party contact, it will generate a registration email to them. But I dont understand why the email generated is the ones using SSO to login. It does not make sense to have vendor's using SSO to login? How do I make it to prompt the Vendor Contact Invited without SSO to be sent instead of sending the one with SSO login feature, because i need the system to generate a password then only can be send to the vendor for registration purpose.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2025 02:07 AM
Hi,
Update the business rule "Generate password and send notification"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
The behavior you’re seeing is controlled by the business rule “Generate password and send notification”.
If you have SSO enabled that business rule will only generate a password if the Service Portal login widget is configured with the parameter:
bypass_sso: true
.on the sp_instance login widget.
If your portal endpoint is vdp, the widget to update is:
vdp_login_widget_instance
Otherwise, the widget is:
sn_svdp.login_widget_instance
By default, when bypass_sso is not set (or is false), the system assumes SSO is used and therefore sends the SSO-based invitation email instead of generating a password. This will also not force the SSO signin flow for Vendors.
