If you show Event IT’s registration directly on your own website, it is usually embedded in an iframe. The address in the iframe code must be changed from event.it to app.event.it.
How to do it
- Find the new iframe address in the same place in the organiser system where you normally copy it.
- Copy the new address or iframe code.
- Replace the old address in the iframe code’s
srcon your website. - Open the page and check that the right registration is shown on both desktop and mobile.
Tip: The permission under “My site” generally does not change. Only the address in src needs updating.
If your own solution calls Event IT’s API, every API address must be changed from event.it to app.event.it. The path after the domain generally stays the same.
What to check
- Find every API call that uses event.it.
- Replace the domain with app.event.it.
- Pay particular attention to the most used endpoints:
/organizerdetails,/eventlistand/eventdetailsunder/organizerservices/api/v1/. - Test the integration and check that data is still retrieved and sent correctly.
Recommendation: While you are changing the integration anyway, you can switch to Basic Auth at the same time. That way the API user name and API key are not sent as parameters in the address itself. The old method using passphrase and systempassphrase keeps working for now.
If you use SSO or OAuth2 for sign-in, the set-up may contain addresses tied to the old domain.
What to check
- Find callback, redirect and logout addresses that point to event.it.
- Update them to app.event.it with both Event IT and your identity provider, if your set-up requires it.
- Test the full sign-in and sign-out flow with an ordinary user.
Your technical set-up may contain event.it in places other than visible links. That includes webhooks, firewall rules, IP restrictions, allowlists and addresses that your own solution stores and reuses.
What to check
- Search for event.it in your webhook and integration settings.
- Check firewalls, IP restrictions and allowlists. Add app.event.it if the domain is listed by name.
- If your solution stores addresses from Event IT, retrieve them again after the move rather than editing them by hand.
- Test that messages and data are still being sent and received.
Any questions?
Feel free to send this page to the person responsible for your technical set-up, or contact Event IT.
