You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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'
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?
The text was updated successfully, but these errors were encountered: