Testing Your SSO Setup
How to test your SAML configuration after setting it up.
Before You Test
Make sure you have:
- Completed the Setup Guide
- Filled in all fields in the Identity Provider tab
- Toggled Enable SAML to ON
- Clicked Save
- At least one test user in your identity provider assigned to the Rune application
Important: You Must Enable SAML to Test
SSO will only work when Enable SAML is toggled ON. You cannot test with it disabled.
Testing Steps
Step 1: Verify SAML is Enabled
- Go to Settings → Authentication → SAML
- Go to the Identity Provider tab
- Check that Enable SAML toggle is ON
- Make sure you clicked Save
Step 2: Open a Private Browser Window
Open a new private or incognito browser window. This ensures a fresh session without cached credentials.
Step 3: Go to Login Page
Navigate to your Rune login page.
You should see:
- Email and Password fields
- Sign in with SSO button
Step 4: Click Sign in with SSO
Click the Sign in with SSO button.
What should happen:
- You’re redirected to your company’s identity provider login page
If nothing happens:
- SAML is not enabled - go back to Step 1
- Check browser console for errors
Step 5: Sign In with Your Identity Provider
On your identity provider’s login page:
- Enter your test account credentials
- Sign in
What should happen:
- Your identity provider validates your credentials
- You’re redirected back to Rune
- You’re automatically signed in to Rune
Step 6: Verify You’re Signed In
After redirect, you should:
- See your Rune dashboard
- Be able to access workflows
- See your name in the top right
Step 7: Check User Was Created
- Go to Settings → Users
- Find your test user
- Verify:
- Email matches your identity provider
- Name is correct
- Account exists (created automatically if Just-in-Time is enabled)
What Success Looks Like
A working SSO setup:
- “Sign in with SSO” redirects to your identity provider
- Signing in there redirects back to Rune
- You’re logged in without entering a password in Rune
- Your user account exists with correct information
Common Problems
”No active SAML configuration found”
What it means: SAML is not enabled
Solution:
- Go to Settings → Authentication → SAML
- Go to Identity Provider tab
- Toggle Enable SAML to ON
- Click Save
- Try again
Redirects to Identity Provider but Shows Error
Problem: Identity provider shows “Invalid request” or error page
Solutions:
- Check that Rune’s Entity ID is correct in your identity provider
- Verify the ACS URL matches exactly in your identity provider
- Make sure the SAML application is active
- Verify the test user is assigned to the Rune application
Redirects Back but Not Signed In
Problem: Returns to Rune but shows login page again
Solutions:
- Check that the certificate in Rune is correct and includes BEGIN/END lines
- Verify the certificate hasn’t expired
- Make sure your identity provider is sending the email attribute
- Check that the IdP SSO URL is correct
User Account Not Created
Problem: Login works but user doesn’t appear in Rune
Solutions:
- Make sure Just-in-Time Provisioning is enabled
- Verify your identity provider sends the email attribute
- Check that the user is assigned to the Rune application in your identity provider
- Look at Rune server logs for errors
Wrong Information in User Account
Problem: User created but email or name is wrong
Solutions:
- Check user attribute mapping in your identity provider
- Make sure the email attribute is mapped correctly
- Verify your identity provider sends the correct data
Testing with Different Users
Test with multiple user types before going live:
Test as Admin
- Sign in via SSO with an admin account
- Verify you have admin access in Rune
Test as Regular User
- Sign in via SSO with a regular user account
- Verify they can access Rune
Test First-Time User
- Create a new user in your identity provider
- Assign them to the Rune application
- Have them try SSO login
- Verify their account is created automatically in Rune
After Testing
If Tests Pass
Your SSO is ready. Announce to your team:
- SSO is now available
- They should use “Sign in with SSO” button
- They sign in with their company credentials
If Tests Fail
- Review each step in Identity Provider Setup
- Double-check these values:
- IdP Entity ID
- IdP SSO URL
- IdP Certificate (must include BEGIN/END lines)
- Verify your identity provider configuration:
- Entity ID (Rune’s value)
- ACS URL (Rune’s value)
- User attribute for email
- Check that users are assigned to the Rune application
- Try testing again
Keep Password Access
Always maintain at least one admin account that can sign in with email and password. This is your backup if SSO has issues.
Test that you can still sign in with password:
- Open a new private window
- Enter email and password (not SSO)
- Verify you can sign in
Related: Setup Guide | Identity Provider Setup