Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

External SP EntityID - how to #391

Open
johnquest opened this issue Dec 6, 2024 · 3 comments
Open

External SP EntityID - how to #391

johnquest opened this issue Dec 6, 2024 · 3 comments

Comments

@johnquest
Copy link

The SP EntityID I need to use is different from my wordpress baseurl. Is it possible to do this with the plugin? For example if my SP EntityID is https://differenturl.edu/sp and my assertionConsumerService url is configured to be https://wy-wordpresssite.edu/wp-login. When I configure this with a snippet and place it in MU Plugins, I get an error "Invalid provider specified for SAML authentication." What are the requirements for the SP EntityID?

@johnquest
Copy link
Author

The problem wasn't with the EntityID. It's where simplesamlphp_autoload loads from. I have simplesamlphp installed in private/simplesamlphp as directed by Pantheon, but this plugin expects it to install "along side" the plugin. update simplesamlphp_autoload to 'private/simplesamlphp/lib/_autoload'

@jazzsequence
Copy link
Contributor

Is this a duplicate of #392 ?

@pwtyler
Copy link
Member

pwtyler commented Dec 18, 2024

update simplesamlphp_autoload to 'private/simplesamlphp/lib/_autoload'

Is this a documentation (README/docs.pantheon.io) fix suggestion, or specific code?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants