Drupal portal and OKTA SSO

Not applicable

We are attempting to implement Single Sign On between a Drupal Portal provided by Apigee and an Okta instance, following instructions posted here and here.

When I attempt to sign in, I see the Okta sign-in widget and log in successfully (as indicated by my Okta logs). Okta then tries to redirect me back to the portal, on port 12626. Our Drupal Portal refuses connections on this port.

Do we have any idea as to why the redirection is using this port? am I missing any configuration?

1 2 1,227
2 REPLIES 2

This is because of how Pantheon provisions ports for their infrastructure.

Referring to this article : https://pantheon.io/docs/shibboleth-sso/

Edit Drupal_Root/private/simplesamlphp /config/config.php

to 'baseurlpath' => 'https://'. $host .':443/simplesaml/'

That should fix your issue.

Thanks for responding.

The advice here unfortunately didn't make any difference, but we were independently directed to this answer, which did. Having followed the instructions in there we are being successfully redirected back to our portal.