Ironclad troubleshooting
Use this page to resolve known issues with the Ironclad connector, including SSO redirection issues during setup and user authorization.
Troubleshooting Ironclad SSO redirection
If the Redirect URL field is missing from your Ironclad OAuth app settings, verify that the Authorization Code grant type is enabled. See Step 3 for details.
In certain SSO configurations, Ironclad fails to redirect you to Glean after you sign in. This happens when the sign-in process begins on a regional subdomain (such as na1.), which breaks the return path to Glean. This can occur during the initial admin setup or when individual users authenticate their accounts.
Resolution
If you have signed in to Ironclad but the page does not automatically redirect back to Glean, you can manually trigger the redirect by following these steps:
- Complete your sign-in to Ironclad as prompted.
- In your browser’s address bar, remove the regional subdomain prefix (e.g.,
na1.) from the URL.- Example: Change
https://na1.ironcladapp.com/...tohttps://ironcladapp.com/...
- Example: Change
- Press Enter to reload the page.
After reload, it should redirect to Glean if already signed in. This applies to both initial administrator setup and individual user authentication.