I have WordPress based site need to setup sign sign on (Identity Provider is: Ping Identity), I'm use WordPress miniOrange plugin to configure the SSO, when test the configuration, get following error:
Error: Invalid SAML Response Status.
Causes: Identity Provider has sent 'Requester' status code in SAML Response.
Please check IdP logs.
Reason: The request could not be performed due to an error on the part of the requester.
Status Message in the SAML Response: Signature required
It (the error) looks like looks like the Identity provider require the SAML request to signed, and ask service provider (WordPress site) to share the public key with Identity provider, but I'm unable to find how to set signed SAML request on miniOrange plugin and don't know which folder to store the private key on WordPress.
Have two questions:
- Is WordPress miniOrange plugin support SAML request signature?
How Do I setup it up?
- Any other recommended WordPress plugin for SSO?