Hi,
Is there any guide to setting up SuiteCRM to use SAML authentication from Okta?
I’ve tried to configure it by creating an App in Okta then configuring SAML from the SuiteCRM UI.
When I try to log in, the browser gets stuck in a redirect loop, from Okta to SuiteCRM and back again. I’ve tried to figure out whats going on and it looks to me like SuiteCRM is trying to find a user in the database without getting the username from the SAML assertion. I see the following errors in the log:
Fri Sep 11 03:35:46 2020 [23638][-none-][FATAL] SECURITY: User authentication for failed Fri Sep 11 03:35:46 2020 [23638][-none-][INFO] Query:SELECT users.* FROM users WHERE user_name = '' AND deleted=0 LIMIT 0,1 Fri Sep 11 03:35:46 2020 [23638][-none-][INFO] Query Execution Time:0.00018191337585449 Fri Sep 11 03:35:46 2020 [23638][-none-][INFO] Query:SELECT users.* FROM users WHERE users.id = '' AND users.deleted=0 LIMIT 0,1
Can anyone provide any insights into what I’m doing wrong?
Thanks