Hello, We're currently transitioning our application from SAML to OIDC for authentication. Many of our existing users have bookmarked the old SAML login URL (appUrl/SSO/), and we want to ensure those bookmarks continue to work seamlessly. To achieve this, I'm considering implementing a redirect from appUrl/SSO/ to the new OIDC login endpoint at appUrl/oauth/v2/login. However, I'm unsure about the best way to set up this redirect. Any help would be greatly appreciated. Best regards Niklas