How to create custom registration experiences
Introduction
While Brazen's SSO and API offerings can be used independently, together they can create a variety of integrated registration flows, in which all or part of event registration occurs within your portal or app. This gives you even more control over your attendees' experience and avoids the need for registrants to reenter data you already know about them.
Here are some user experiences you can build with SSO + the Brazen API:
- user logs into your application and registers for the event using a registration form hosted in your application
- user logs into your application and registers for the event using a registration form hosted on Brazen
- user logs into Brazen and registers for the event using a registration form hosted in your application
It's important to note that in order to post an event registration on behalf of a user, that user must already exist in the Brazen system. There are multiple ways to meet this prerequisite, but all of the options presented here use the most surefire method: beginning the flow with an SSO handshake.
Option 1: IdP initiated SSO with SAML 2.0 + API event registration

Option 2: IdP initiated SSO with OpenID Connect + API event registration

Option 3: SP initiated SSO with SAML 2.0 + API event registration

Option 4: SP initiated SSO with OpenID Connect + API event registration

Updated 2 months ago