By: Alexander Täffner user 01 Oct 2018 at 3:11 a.m. CDT

1 Response
Alexander Täffner gravatar
Hi There, I need some help setting up my SAML GitLab Authentication. My GitLab config asks for a "idp_sso_target_url" but does not implement the config endpoint. So I need to specify that manually. When clicking the button in GitLab it redirects the user to the specified URL with the SAML Request attached (HTTP GET). I can not find out which URL is the right one for this field. https://MyFQDN/idp/profile/SAML2/GET/SSO does not exist and https://MyFQDN/idp/profile/SAML2/POST/SSO shows Web Login Service - Stale Request Can you guide me how to get the correct URL or where I have to touch the system to get it up and running?

By Alexander Täffner user 01 Oct 2018 at 6:14 a.m. CDT

Alexander Täffner gravatar
I solved this issue on my own. The correct URL is .../idp/profile/SAML2/Redirect/SSO However I encountered an error and needed to delete and recreate the whole config in Gluu - then at least the error disappeared.